Skip to content

Commit

Permalink
Pinned rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
keram88 committed May 13, 2016
1 parent a6d6718 commit 0541039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mkdir -p $SOURCE_LOCATION
# Rust
cd $SOURCE_LOCATION
rm -f rust_nightly.tar.gz
wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz -O rust_nightly.tar.gz
wget http://static.rust-lang.org/dist/2016-05-12/rust-nightly-x86_64-unknown-linux-gnu.tar.gz -O rust_nightly.tar.gz
mkdir -p rust_nightly && tar -xf rust_nightly.tar.gz -C rust_nightly --strip-components 1
cd rust_nightly
./install.sh --prefix=$SCRIPT_LOCATION
Expand Down

0 comments on commit 0541039

Please sign in to comment.