Skip to content
Snippets Groups Projects
Commit f7baaa6f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update setup.sh

parent 464ff010
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment