File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
build_cache_root : " /__w/"
46
46
build_artifact_suffix : " default"
47
47
build_cache_suffix : " default"
48
+ # Docker image has last nightly pre-installed and added to the PATH
49
+ build_image : " ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build"
50
+ cc : clang
51
+ cxx : clang++
48
52
changes : ${{ needs.detect_changes.outputs.filters }}
49
53
50
54
determine_arc_tests :
Original file line number Diff line number Diff line change 35
35
build_cache_root : " /__w/llvm"
36
36
build_cache_suffix : default
37
37
build_artifact_suffix : default
38
- build_configure_extra_args : --no-assertions --hip --cuda --native_cpu --cmake-opt="-DSYCL_ENABLE_STACK_PRINTING=ON" --cmake-opt="-DSYCL_LIB_WITH_DEBUG_SYMBOL=ON"
39
- # Docker image has last nightly pre-installed and added to the PATH
40
- build_image : " ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build"
41
- cc : clang
42
- cxx : clang++
38
+ build_configure_extra_args : --no-assertions --hip --cuda --native_cpu --cmake-opt="-DSYCL_ENABLE_STACK_PRINTING=ON" --cmake-opt="-DSYCL_LIB_WITH_DEBUG_SYMBOL=ON"
43
39
merge_ref : ' '
44
40
45
41
e2e-lin :
You can’t perform that action at this time.
0 commit comments