We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caf761 commit 8d61dddCopy full SHA for 8d61ddd
.github/workflows/docker.yml
@@ -143,7 +143,7 @@ jobs:
143
android: true
144
dotnet: true
145
haskell: true
146
- large-packages: true
+ large-packages: false
147
docker-images: true
148
swap-storage: true
149
Dockerfile
@@ -60,6 +60,8 @@ RUN set -eux; \
60
rustup target add wasm32-unknown-unknown; \
61
rustup target add aarch64-unknown-linux-gnu; \
62
rustup target add x86_64-unknown-linux-gnu; \
63
+ rustup target add x86_64-unknown-linux-musl; \
64
+ rustup target add aarch64-unknown-linux-musl; \
65
chmod -R a+rw ${RUSTUP_HOME} ${CARGO_HOME}; \
66
rm /usr/local/bin/rustup-init; \
67
rustup --version; \
0 commit comments