Skip to content

Commit 7b05a8c

Browse files
authored
[CI] Don't require SPIR-V Tools in Windows (#19803)
1 parent 7761eb2 commit 7b05a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-rel-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
build-win:
8181
uses: ./.github/workflows/sycl-windows-build.yml
8282
with:
83-
build_configure_extra_args: '--disable-jit --no-assertions --add_security_flags=sanitize'
83+
build_configure_extra_args: '-DLLVM_SPIRV_ENABLE_LIBSPIRV_DIS=off --disable-jit --no-assertions --add_security_flags=sanitize'
8484
pack_release: 'true'
8585

8686
# We upload both Linux/Windows build via Github's "Releases"

0 commit comments

Comments
 (0)