Skip to content

Commit

Permalink
Explicitly disable llvm tools for cranelift
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Nov 19, 2024
1 parent 43181b4 commit c5c3709
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/setup_rust_fork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ local-rebuild = true
codegen-backends = ["cranelift"]
deny-warnings = false
verbose-tests = false
# The cg_clif sysroot doesn't contain llvm tools and unless llvm_tools is
# disabled bootstrap will crash trying to copy llvm tools for the bootstrap
# compiler.
llvm_tools = false
EOF
popd

Expand Down

0 comments on commit c5c3709

Please sign in to comment.