We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14ca52 commit a200ccaCopy full SHA for a200cca
docker/Dockerfile.ci_cpu
@@ -43,7 +43,6 @@ COPY install/ubuntu_install_rust.sh /install/ubuntu_install_rust.sh
43
RUN bash /install/ubuntu_install_rust.sh
44
ENV RUSTUP_HOME /opt/rust
45
ENV CARGO_HOME /opt/rust
46
-ENV RUSTC_WRAPPER sccache
47
48
# AutoTVM deps
49
COPY install/ubuntu_install_redis.sh /install/ubuntu_install_redis.sh
docker/install/ubuntu_install_rust.sh
@@ -28,7 +28,6 @@ export CARGO_HOME=/opt/rust
28
curl -s -S -L https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain nightly-2019-03-24
29
. $CARGO_HOME/env
30
rustup component add rustfmt
31
-cargo install sccache --no-default-features
32
33
# make rust usable by all users
34
chmod -R a+w /opt/rust
0 commit comments