Skip to content

Commit e8cde28

Browse files
committed
Disable temporarily failing CI job with ICX compiler
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 11e94da commit e8cde28

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)