Skip to content

Instantly share code, notes, and snippets.

@Ryan1729
Last active September 23, 2017 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ryan1729/c1f27c635c1f6d0f2e5bf69ff412fd15 to your computer and use it in GitHub Desktop.
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
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