Skip to content
Snippets Groups Projects
Unverified Commit 60856565 authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Have setup.py download pkgutils

parent 8074f78e
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ set -e ...@@ -4,6 +4,9 @@ set -e
echo "Downloading latest libc-artifacts" echo "Downloading latest libc-artifacts"
git submodule update --init --remote libc-artifacts git submodule update --init --remote libc-artifacts
echo "Downloading latest pkgutils"
git submodule update --init --remote pkgutils
echo "Defaulting to rust nightly" echo "Defaulting to rust nightly"
rustup override set nightly rustup override set nightly
echo "Update rust nightly" echo "Update rust nightly"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment