removed sccache
All checks were successful
CI / Build arch-builder docker images (push) Successful in 8m22s

This commit is contained in:
2024-09-14 14:44:31 +08:00
parent 1392a5cecd
commit df4fe6e465

View File

@@ -75,7 +75,6 @@ RUN mkdir -p /etc/cargo
COPY config.toml /.cargo/ COPY config.toml /.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