mirror of
https://github.com/VSCodium/vscode-linux-build-agent.git
synced 2025-12-12 04:41:53 -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-arm64
|
||||||
# - focal-armhf
|
# - focal-armhf
|
||||||
# - focal-ppc64le
|
# - focal-ppc64le
|
||||||
- centos7-devtoolset8-arm32v7
|
# - centos7-devtoolset8-arm32v7
|
||||||
- centos7-devtoolset8-arm64
|
- centos7-devtoolset8-arm64
|
||||||
- centos7-devtoolset8-ppc64le
|
# - centos7-devtoolset8-ppc64le
|
||||||
- centos7-devtoolset8-x64
|
- centos7-devtoolset8-x64
|
||||||
- bionic-devtoolset-arm32v7
|
- bionic-devtoolset-arm32v7
|
||||||
- bionic-devtoolset-ppc64le
|
- bionic-devtoolset-ppc64le
|
||||||
|
|||||||
@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
gnupg \
|
gnupg \
|
||||||
unzip \
|
unzip \
|
||||||
# VSCodium
|
# VSCodium
|
||||||
libatomic1 \
|
libatomic1:armhf \
|
||||||
jq
|
jq
|
||||||
|
|
||||||
# Set python3 as default
|
# Set python3 as default
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user