Skip to content

Commit a200cca

Browse files
nhynestqchen
authored andcommitted
Remove sccache from Rust install (#3728)
1 parent d14ca52 commit a200cca

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docker/Dockerfile.ci_cpu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ COPY install/ubuntu_install_rust.sh /install/ubuntu_install_rust.sh
4343
RUN bash /install/ubuntu_install_rust.sh
4444
ENV RUSTUP_HOME /opt/rust
4545
ENV CARGO_HOME /opt/rust
46-
ENV RUSTC_WRAPPER sccache
4746

4847
# AutoTVM deps
4948
COPY install/ubuntu_install_redis.sh /install/ubuntu_install_redis.sh

docker/install/ubuntu_install_rust.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export CARGO_HOME=/opt/rust
2828
curl -s -S -L https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain nightly-2019-03-24
2929
. $CARGO_HOME/env
3030
rustup component add rustfmt
31-
cargo install sccache --no-default-features
3231

3332
# make rust usable by all users
3433
chmod -R a+w /opt/rust

0 commit comments

Comments
 (0)