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

Fixes for setup script

parent edefdfab
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
set -e set -e
echo "Downloading latest libc-artifacts"
git submodule update --init --remote libc-artifacts
echo "Defaulting to rust nightly" echo "Defaulting to rust nightly"
rustup override set nightly rustup override set nightly
echo "Update rust nightly"
rustup update nightly
echo "Downloading rust source" echo "Downloading rust source"
rustup component add rust-src rustup component add rust-src
if [ -z "$(which xargo)" ] if [ -z "$(which xargo)" ]
......
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