Skip to content

Commit ab4055d

Browse files
authored
[CI][SYCL] Re-enable build of plugins for post commit workflow (#8327)
The post-commit relies on default value for "extra configuration arguments" parameter of `sycl_linux_build_and_test.yml`, which is `--hip --cuda --enable-esimd-emulator`. After b8d955c we start passing some extra arguments explicitly, as a result default value is not used anymore and additional plugins are not built anymore. The patch passes `--hip --cuda --enable-esimd-emulator` explicitly to get back the old behavior. The same approach is used in https://github.com/intel/llvm/blob/sycl/.github/workflows/sycl_nightly.yml#L50
1 parent 900e785 commit ab4055d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl_post_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
lts_matrix: ${{ needs.test_matrix.outputs.lts_matrix }}
3737
cts_matrix: ${{ needs.test_matrix.outputs.cts_matrix }}
3838
lts_aws_matrix: ${{ needs.test_matrix.outputs.lts_aws_matrix }}
39-
build_configure_extra_args: --cmake-opt="-DSYCL_ENABLE_STACK_PRINTING=ON" --cmake-opt="-DSYCL_LIB_WITH_DEBUG_SYMBOL=ON"
39+
build_configure_extra_args: --hip --cuda --enable-esimd-emulator --cmake-opt="-DSYCL_ENABLE_STACK_PRINTING=ON" --cmake-opt="-DSYCL_LIB_WITH_DEBUG_SYMBOL=ON"
4040
linux_no_assert:
4141
name: Linux (no assert)
4242
if: github.repository == 'intel/llvm'

0 commit comments

Comments
 (0)