Skip to content

Commit

Permalink
Remove sccache from Rust install (#3728)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes authored and tqchen committed Aug 7, 2019
1 parent d14ca52 commit a200cca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile.ci_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ COPY install/ubuntu_install_rust.sh /install/ubuntu_install_rust.sh
RUN bash /install/ubuntu_install_rust.sh
ENV RUSTUP_HOME /opt/rust
ENV CARGO_HOME /opt/rust
ENV RUSTC_WRAPPER sccache

# AutoTVM deps
COPY install/ubuntu_install_redis.sh /install/ubuntu_install_redis.sh
Expand Down
1 change: 0 additions & 1 deletion docker/install/ubuntu_install_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export CARGO_HOME=/opt/rust
curl -s -S -L https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain nightly-2019-03-24
. $CARGO_HOME/env
rustup component add rustfmt
cargo install sccache --no-default-features

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

0 comments on commit a200cca

Please sign in to comment.