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