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

View File

@@ -13,3 +13,6 @@ index = "sparse+https://gitea.woggioni.net/api/packages/woggioni/cargo/"
[net]
git-fetch-with-cli = true
[build]
rustc-wrapper = /usr/bin/sccache