diff options
| author | Fuwn <[email protected]> | 2023-05-29 05:03:48 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-29 05:03:48 +0000 |
| commit | c82d43a755d11672f8a391a27e36f7fc6b0beae1 (patch) | |
| tree | 0e27f8b662d85e2aa2e7e07b087490879c49fe7f | |
| parent | feat(locus): bump self 0.2.6 -> 0.2.7 (diff) | |
| download | september-c82d43a755d11672f8a391a27e36f7fc6b0beae1.tar.xz september-c82d43a755d11672f8a391a27e36f7fc6b0beae1.zip | |
ci(docker): remove problematic sccache
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |