File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
name : Generate Test Matrix
12
12
uses : ./.github/workflows/sycl_gen_test_matrix.yml
13
13
with :
14
- lts_config : " hip_amdgpu;ocl_gen9;ocl_x64;l0_gen9;esimd_emu;cuda_aws;win_l0_gen12"
14
+ # Restore once plugins are enabled in the build.
15
+ # lts_config: "hip_amdgpu;ocl_gen9;ocl_x64;l0_gen9;esimd_emu;cuda_aws;win_l0_gen12"
16
+ lts_config : " ocl_gen9;ocl_x64;l0_gen9;win_l0_gen12"
15
17
16
18
ubuntu2204_build_test :
17
19
if : github.repository == 'intel/llvm'
@@ -21,11 +23,11 @@ jobs:
21
23
with :
22
24
build_cache_root : " /__w/"
23
25
build_artifact_suffix : default-2204
24
- build_configure_extra_args : ' --hip --cuda --enable-esimd-emulator'
25
26
merge : false
26
27
retention-days : 90
27
28
lts_matrix : ${{ needs.test_matrix.outputs.lts_lx_matrix }}
28
29
lts_aws_matrix : ${{ needs.test_matrix.outputs.lts_aws_matrix }}
30
+ build_configure_extra_args : ' '
29
31
30
32
ubuntu2204_opaque_pointers_build_test :
31
33
if : github.repository == 'intel/llvm'
You can’t perform that action at this time.
0 commit comments