Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
a200cca0
Commit
a200cca0
authored
Aug 07, 2019
by
Nick Hynes
Committed by
Tianqi Chen
Aug 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove sccache from Rust install (#3728)
parent
d14ca52e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
docker/Dockerfile.ci_cpu
+0
-1
docker/install/ubuntu_install_rust.sh
+0
-1
No files found.
docker/Dockerfile.ci_cpu
View file @
a200cca0
...
...
@@ -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
...
...
docker/install/ubuntu_install_rust.sh
View file @
a200cca0
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment