Skip to content

Commit c79b954

Browse files
committed
ci: limit Windows Bazel release build ISA
1 parent 9939750 commit c79b954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/pipeline/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ jobs:
605605
- script: |
606606
call %TEMP%\oneapi\setvars.bat --force
607607
"$(BAZELISK_EXE)" --output_user_root="$(BAZEL_OUTPUT_USER_ROOT)" shutdown
608-
"$(BAZELISK_EXE)" --output_user_root="$(BAZEL_OUTPUT_USER_ROOT)" build //:release --verbose_failures --jobs=$(BAZEL_JOBS)
608+
"$(BAZELISK_EXE)" --output_user_root="$(BAZEL_OUTPUT_USER_ROOT)" build //:release --cpu=avx2 --release_dpc=false --verbose_failures --jobs=$(BAZEL_JOBS)
609609
displayName: 'release'
610610
- script: |
611611
rmdir /S /Q "$(release.dir)" 2>NUL

0 commit comments

Comments
 (0)