We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9939750 commit c79b954Copy full SHA for c79b954
1 file changed
.ci/pipeline/ci.yml
@@ -605,7 +605,7 @@ jobs:
605
- script: |
606
call %TEMP%\oneapi\setvars.bat --force
607
"$(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)
+ "$(BAZELISK_EXE)" --output_user_root="$(BAZEL_OUTPUT_USER_ROOT)" build //:release --cpu=avx2 --release_dpc=false --verbose_failures --jobs=$(BAZEL_JOBS)
609
displayName: 'release'
610
611
rmdir /S /Q "$(release.dir)" 2>NUL
0 commit comments