Last active
September 23, 2017 22:52
-
-
Save Ryan1729/c1f27c635c1f6d0f2e5bf69ff412fd15 to your computer and use it in GitHub Desktop.
a script meant to be run with `git bisect run` on rust-lang/rust
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python ./x.py build --stage 1 src/libtest | |
cd .. | |
export RUSTC="/home/ryan/lib_reloading_bisect/rust/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" | |
cd ./tiny-live-code-example/ | |
echo $RUSTC | |
cargo run | |
exit_code=$? | |
cd ../rust | |
exit $exit_code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment