From 5a3f67090ee4058679dc52cbb2d8bfcf14dca4fd Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 29 May 2023 05:03:48 +0000 Subject: ci(docker): remove problematic sccache --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index d4961a9..9ce262b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN curl "https://static.rust-lang.org/rustup/archive/${RUSTUP_VER}/${RUST_ARCH} && ~/.cargo/bin/rustup target add x86_64-unknown-linux-musl \ && echo "[build]\ntarget = \"x86_64-unknown-linux-musl\"" > ~/.cargo/config -RUN cargo install sccache +# RUN cargo install sccache RUN apt-get update \ && apt-get install -y gnupg2 -- cgit v1.2.3