Skip to content

Commit daed8a9

Browse files
Auto merge of #144255 - ognevny:dist-windows-no-llvm-build, r=<try>
opt-dist: set `build_llvm` to false for WindowsCi try-job: dist-x86_64-msvc
2 parents cd43430 + a141f71 commit daed8a9

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
@@ -212,7 +212,7 @@ fn create_environment(args: Args) -> anyhow::Result<(Environment, Vec<String>)>
212212
.skipped_tests(vec![])
213213
.run_tests(true)
214214
.fast_try_build(is_fast_try_build)
215-
.build_llvm(true)
215+
.build_llvm(false)
216216
.build()?;
217217

218218
(env, shared.build_args)

0 commit comments

Comments
 (0)