Skip to content

Commit f10ee0f

Browse files
ldoraubratpiorka
authored andcommitted
Disable temporarily failing CI job with ICX compiler
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 57e8199 commit f10ee0f

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)