Skip to content

Commit e4fc864

Browse files
Merge pull request #857 from bratpiorka/rrudnick_disable_icx
Disable temporarily failing CI job with ICX compiler
2 parents 57e8199 + f10ee0f commit e4fc864

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/basic.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,15 @@ jobs:
5858
level_zero_provider: 'OFF'
5959
install_tbb: 'ON'
6060
# test icx compiler
61-
- os: 'ubuntu-22.04'
62-
build_type: Release
63-
compiler: {c: icx, cxx: icpx}
64-
shared_library: 'ON'
65-
level_zero_provider: 'ON'
66-
install_tbb: 'ON'
61+
# - os: 'ubuntu-22.04'
62+
# build_type: Release
63+
# compiler: {c: icx, cxx: icpx}
64+
# shared_library: 'ON'
65+
# level_zero_provider: 'ON'
66+
# cuda_provider: 'ON'
67+
# install_tbb: 'ON'
68+
# disable_hwloc: 'OFF'
69+
# link_hwloc_statically: 'OFF'
6770
# test without installing TBB
6871
- os: 'ubuntu-22.04'
6972
build_type: Release

0 commit comments

Comments
 (0)