Do not install remote libc-artifacts

This commit is contained in:
Jeremy Soller 2017-06-18 16:49:52 -06:00
parent 18fec4b46a
commit a371b3e54c

View File

@ -1,11 +1,9 @@
#!/usr/bin/env bash
set -e
echo "Downloading latest libc-artifacts"
git submodule update --init --remote libc-artifacts
echo "Downloading latest pkgutils"
git submodule update --init --remote pkgutils
cargo update --manifest-path pkgutils/Cargo.toml
echo "Defaulting to rust nightly"
rustup override set nightly