Skip to content

Commit ade0e38

Browse files
committed
Fix building rustc and the rustc test suite
1 parent dcae9ac commit ade0e38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/setup_rust_fork.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ popd
4141
# Allow the testsuite to use llvm tools
4242
host_triple=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
4343
export LLVM_BIN_DIR="$(rustc --print sysroot)/lib/rustlib/$host_triple/bin"
44+
45+
# local-rebuild should probably set this unconditionally
46+
export BOOTSTRAP_SKIP_TARGET_SANITY=1

0 commit comments

Comments
 (0)