mirror of
https://github.com/VSCodium/vscode-linux-build-agent.git
synced 2025-12-11 19:44:40 -06:00
fix: add missing libatomic
This commit is contained in:
parent
ffaf88c1e4
commit
68dedc72f9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -20,9 +20,9 @@ jobs:
|
||||
# - focal-arm64
|
||||
# - focal-armhf
|
||||
# - focal-ppc64le
|
||||
- centos7-devtoolset8-arm32v7
|
||||
# - centos7-devtoolset8-arm32v7
|
||||
- centos7-devtoolset8-arm64
|
||||
- centos7-devtoolset8-ppc64le
|
||||
# - centos7-devtoolset8-ppc64le
|
||||
- centos7-devtoolset8-x64
|
||||
- bionic-devtoolset-arm32v7
|
||||
- bionic-devtoolset-ppc64le
|
||||
|
||||
@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
gnupg \
|
||||
unzip \
|
||||
# VSCodium
|
||||
libatomic1 \
|
||||
libatomic1:armhf \
|
||||
jq
|
||||
|
||||
# Set python3 as default
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user