mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Do not install remote libc-artifacts
This commit is contained in:
parent
18fec4b46a
commit
a371b3e54c
4
setup.sh
4
setup.sh
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user