Skip to content

Commit

Permalink
Do not download llvm from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Jul 17, 2024
1 parent 7cadfb0 commit 9122493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ impl Config {
config.llvm_build_config = llvm.build_config.clone().unwrap_or(Default::default());

let asserts = llvm_assertions.unwrap_or(false);
config.llvm_from_ci = config.parse_download_ci_llvm(llvm.download_ci_llvm, asserts);
config.llvm_from_ci = false; //config.parse_download_ci_llvm(llvm.download_ci_llvm, asserts);

if config.llvm_from_ci {
// None of the LLVM options, except assertions, are supported
Expand Down

0 comments on commit 9122493

Please sign in to comment.