Fixes for setup script

This commit is contained in:
Jeremy Soller 2017-03-27 20:31:50 -06:00
parent edefdfabdc
commit 7d426b552c

View File

@ -1,9 +1,13 @@
#!/bin/bash
set -e
echo "Downloading latest libc-artifacts"
git submodule update --init --remote libc-artifacts
echo "Defaulting to rust nightly"
rustup override set nightly
echo "Update rust nightly"
rustup update nightly
echo "Downloading rust source"
rustup component add rust-src
if [ -z "$(which xargo)" ]