Skip to content

Commit

Permalink
Fix building rustc and the rustc test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Sep 11, 2024
1 parent dcae9ac commit ade0e38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup_rust_fork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ popd
# Allow the testsuite to use llvm tools
host_triple=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
export LLVM_BIN_DIR="$(rustc --print sysroot)/lib/rustlib/$host_triple/bin"

# local-rebuild should probably set this unconditionally
export BOOTSTRAP_SKIP_TARGET_SANITY=1

0 comments on commit ade0e38

Please sign in to comment.