Update setup.sh

This commit is contained in:
Jeremy Soller 2016-10-31 13:03:45 -06:00
parent 464ff01059
commit f7baaa6f45

View File

@ -2,6 +2,14 @@
set -e
echo "Defaulting to nightly"
rustup default nightly
echo "Downloading rust source"
rustup component add rust-src
echo "Installing xargo"
cargo install -f xargo
echo "Building libstd"
./cook.sh libstd unfetch
./cook.sh libstd fetch
./cook.sh libstd build