We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcae9ac commit ade0e38Copy full SHA for ade0e38
scripts/setup_rust_fork.sh
@@ -41,3 +41,6 @@ popd
41
# Allow the testsuite to use llvm tools
42
host_triple=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
43
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