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

Fixes for setup script

parent edefdfab
Branches
Tags
No related merge requests found
#!/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)" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment