mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
14 lines
200 B
Bash
Executable File
14 lines
200 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
./y.rs build --sysroot none "$@"
|
|
|
|
rm -r target/out || true
|
|
|
|
scripts/tests.sh no_sysroot
|
|
|
|
./y.rs build "$@"
|
|
|
|
scripts/tests.sh base_sysroot
|
|
scripts/tests.sh extended_sysroot
|