Have setup.py download pkgutils

This commit is contained in:
Ian Douglas Scott 2017-04-24 21:19:01 -07:00
parent 8074f78ea7
commit 6085656526
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959

View File

@ -4,6 +4,9 @@ set -e
echo "Downloading latest libc-artifacts"
git submodule update --init --remote libc-artifacts
echo "Downloading latest pkgutils"
git submodule update --init --remote pkgutils
echo "Defaulting to rust nightly"
rustup override set nightly
echo "Update rust nightly"