added sccache to arch builder Docker image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 13m53s
All checks were successful
CI / Build arch-builder docker images (push) Successful in 13m53s
This commit is contained in:
@@ -75,6 +75,7 @@ RUN mkdir -p /etc/cargo
|
|||||||
COPY config.toml /etc/cargo/
|
COPY config.toml /etc/cargo/
|
||||||
RUN pacman -S --noconfirm --needed \
|
RUN pacman -S --noconfirm --needed \
|
||||||
rustup \
|
rustup \
|
||||||
|
sccache \
|
||||||
llvm \
|
llvm \
|
||||||
clang
|
clang
|
||||||
FROM rust AS rust-full
|
FROM rust AS rust-full
|
||||||
|
@@ -13,3 +13,6 @@ index = "sparse+https://gitea.woggioni.net/api/packages/woggioni/cargo/"
|
|||||||
|
|
||||||
[net]
|
[net]
|
||||||
git-fetch-with-cli = true
|
git-fetch-with-cli = true
|
||||||
|
|
||||||
|
[build]
|
||||||
|
rustc-wrapper = /usr/bin/sccache
|
Reference in New Issue
Block a user