added sccache to arch builder Docker image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 13m53s

This commit is contained in:
2024-08-22 11:42:12 +08:00
parent 3caffee92d
commit 024fa48ef2
2 changed files with 4 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ RUN mkdir -p /etc/cargo
COPY config.toml /etc/cargo/
RUN pacman -S --noconfirm --needed \
rustup \
sccache \
llvm \
clang
FROM rust AS rust-full