Skip to content

Commit ac30857

Browse files
authored
[CI] Don't require SPIR-V Tools in Windows nightly (#17961)
Some people use the nightly and we don't want to require users to have it installed. Manually verified the fix both by reproducing the original error and DependencyWalker. Closes: #17950 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent c7ba30e commit ac30857

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ jobs:
149149
# We upload both Linux/Windows build via Github's "Releases"
150150
# functionality, make sure Linux/Windows names follow the same pattern.
151151
artifact_archive_name: sycl_windows.tar.gz
152+
# Disable the spirv-dis requirement as to not require SPIR-V Tools.
153+
build_configure_extra_args: -DLLVM_SPIRV_ENABLE_LIBSPIRV_DIS=off
152154

153155
e2e-win:
154156
needs: build-win

0 commit comments

Comments
 (0)