mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Have setup.py download pkgutils
This commit is contained in:
parent
8074f78ea7
commit
6085656526
3
setup.sh
3
setup.sh
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user