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
d04c41c4
Commit
d04c41c4
authored
Mar 24, 2019
by
Nick Hynes
Committed by
Tianqi Chen
Mar 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use version invariant rustfmt (#2886)
parent
6b2590e3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
docker/install/ubuntu_install_rust.sh
+3
-5
rust/.rustfmt.toml
+0
-1
No files found.
docker/install/ubuntu_install_rust.sh
View file @
d04c41c4
...
...
@@ -9,12 +9,10 @@ apt-get update && apt-get install -y --no-install-recommends curl
export
RUSTUP_HOME
=
/opt/rust
export
CARGO_HOME
=
/opt/rust
# this rustc is one supported by the installed version of rust-sgx-sdk
curl
-s
-S
-L
https://sh.rustup.rs
-sSf
| sh
-s
--
-y
--no-modify-path
--default-toolchain
nightly-2019-0
1-28
curl
-s
-S
-L
https://sh.rustup.rs
-sSf
| sh
-s
--
-y
--no-modify-path
--default-toolchain
nightly-2019-0
3-24
.
$CARGO_HOME
/env
rustup component add rust-src
cargo install sccache
cargo install rustfmt-nightly
--version
1.0.1
--force
cargo install xargo
rustup component add rustfmt
cargo install sccache
--no-default-features
# make rust usable by all users
chmod
-R
a+w /opt/rust
rust/.rustfmt.toml
View file @
d04c41c4
...
...
@@ -45,7 +45,6 @@ use_field_init_shorthand = false
force_explicit_abi
=
true
condense_wildcard_suffixes
=
false
color
=
"Auto"
required_version
=
"1.0.1"
unstable_features
=
false
disable_all_formatting
=
false
skip_children
=
false
...
...
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