Skip to content

Commit a141f71

Browse files
committed
opt-dist: set build_llvm to false for WindowsCi
suggested in #143898 (comment). see #143898 (comment) as the reason for such test
1 parent 6781992 commit a141f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/opt-dist/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ fn create_environment(args: Args) -> anyhow::Result<(Environment, Vec<String>)>
206206
.skipped_tests(vec![])
207207
.run_tests(true)
208208
.fast_try_build(is_fast_try_build)
209-
.build_llvm(true)
209+
.build_llvm(false)
210210
.build()?;
211211

212212
(env, shared.build_args)

0 commit comments

Comments
 (0)