From 159bd38b91feb145b4b4a0664a9b81718231ae72 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Tue, 13 Jun 2023 10:30:59 -0700 Subject: [PATCH] [CI] Enable HIP/CUDA/ESIMD plugins in nightly build That is needed so that we could use the resulting image to test PRs that only touch SYCL End-to-End tests --- .github/workflows/sycl_nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sycl_nightly.yml b/.github/workflows/sycl_nightly.yml index 3bfec01ff60dc..058f1ab33f4fc 100644 --- a/.github/workflows/sycl_nightly.yml +++ b/.github/workflows/sycl_nightly.yml @@ -24,7 +24,7 @@ jobs: with: build_cache_root: "/__w/" build_artifact_suffix: default-2204 - build_configure_extra_args: '' + build_configure_extra_args: '--hip --cuda --enable-esimd-emulator' ubuntu2204_opaque_pointers_build_test: if: github.repository == 'intel/llvm'