You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
0 commit comments