Skip to content

Commit 3ac21bd

Browse files
committed
[CI] Use clang in precommit and gcc in postcommit for Linux builds
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 77ade87 commit 3ac21bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
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:

.github/workflows/sycl-post-commit.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ jobs:
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:

0 commit comments

Comments
 (0)