Skip to content

Commit 91e984a

Browse files
committed
Fix rustc test suite
1 parent a960aac commit 91e984a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/setup_rust_fork.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ full-bootstrap = true
3535
local-rebuild = true
3636
3737
[rust]
38+
download-rustc = false
3839
codegen-backends = ["cranelift"]
3940
deny-warnings = false
4041
verbose-tests = false
4142
# The cg_clif sysroot doesn't contain llvm tools and unless llvm_tools is
4243
# disabled bootstrap will crash trying to copy llvm tools for the bootstrap
4344
# compiler.
44-
llvm_tools = false
45+
llvm-tools = false
4546
4647
EOF
4748
popd

0 commit comments

Comments
 (0)