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 43181b4 commit c5c3709Copy full SHA for c5c3709
scripts/setup_rust_fork.sh
@@ -38,6 +38,11 @@ local-rebuild = true
38
codegen-backends = ["cranelift"]
39
deny-warnings = false
40
verbose-tests = false
41
+# The cg_clif sysroot doesn't contain llvm tools and unless llvm_tools is
42
+# disabled bootstrap will crash trying to copy llvm tools for the bootstrap
43
+# compiler.
44
+llvm_tools = false
45
+
46
EOF
47
popd
48
0 commit comments