Skip to content

Commit 978fa84

Browse files
Auto merge of #144255 - ognevny:dist-windows-no-llvm-build, r=<try>
[DONT MERGE] opt-dist: set `build_llvm` to false for WindowsCi suggested in #143898 (comment). see #143898 (comment) as the reason for such test <!-- homu-ignore:start --> <!-- If this PR is related to an unstable feature or an otherwise tracked effort, please link to the relevant tracking issue here. If you don't know of a related tracking issue or there are none, feel free to ignore this. This PR will get automatically assigned to a reviewer. In case you would like a specific user to review your work, you can assign it to them by using r? <reviewer name> --> <!-- homu-ignore:end --> r? `@ghost` cc `@Kobzol` for a try-job try-job: dist-x86_64-msvc
2 parents 6781992 + a141f71 commit 978fa84

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)