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 4545 build_cache_root : " /__w/"
4646 build_artifact_suffix : " default"
4747 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++
4852 changes : ${{ needs.detect_changes.outputs.filters }}
4953
5054 determine_arc_tests :
Original file line number Diff line number Diff line change 3535 build_cache_root : " /__w/llvm"
3636 build_cache_suffix : default
3737 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"
4339 merge_ref : ' '
4440
4541 e2e-lin :
You can’t perform that action at this time.
0 commit comments