Skip to content

Commit bb00c56

Browse files
authored
Merge pull request #842 from ldorau/Disable_temporarily_failing_CI_job_with_ICX_compiler
Temporarily disable failing CI job with ICX compiler
2 parents 11e94da + e8cde28 commit bb00c56

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ jobs:
7676
disable_hwloc: 'OFF'
7777
link_hwloc_statically: 'OFF'
7878
# test icx compiler
79-
- os: 'ubuntu-22.04'
80-
build_type: Release
81-
compiler: {c: icx, cxx: icpx}
82-
shared_library: 'ON'
83-
level_zero_provider: 'ON'
84-
cuda_provider: 'ON'
85-
install_tbb: 'ON'
86-
disable_hwloc: 'OFF'
87-
link_hwloc_statically: 'OFF'
79+
# - os: 'ubuntu-22.04'
80+
# build_type: Release
81+
# compiler: {c: icx, cxx: icpx}
82+
# shared_library: 'ON'
83+
# level_zero_provider: 'ON'
84+
# cuda_provider: 'ON'
85+
# install_tbb: 'ON'
86+
# disable_hwloc: 'OFF'
87+
# link_hwloc_statically: 'OFF'
8888
# test without installing TBB
8989
- os: 'ubuntu-22.04'
9090
build_type: Release

0 commit comments

Comments
 (0)