Skip to content

Commit 8d61ddd

Browse files
committed
Faster disk space cleanup, also install musl architectures
1 parent 3caf761 commit 8d61ddd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
android: true
144144
dotnet: true
145145
haskell: true
146-
large-packages: true
146+
large-packages: false
147147
docker-images: true
148148
swap-storage: true
149149

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ RUN set -eux; \
6060
rustup target add wasm32-unknown-unknown; \
6161
rustup target add aarch64-unknown-linux-gnu; \
6262
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; \
6365
chmod -R a+rw ${RUSTUP_HOME} ${CARGO_HOME}; \
6466
rm /usr/local/bin/rustup-init; \
6567
rustup --version; \

0 commit comments

Comments
 (0)