Skip to content

Commit 4ab0a84

Browse files
committed
Disable sanitizers tests for gcc and g++ compiler
1 parent 377f6fa commit 4ab0a84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sanitizers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
name: Ubuntu
1515
strategy:
1616
matrix:
17-
compiler: [{c: gcc, cxx: g++}, {c: clang, cxx: clang++}, {c: icx, cxx: icpx}]
17+
# TO DO: fix tests for compiler {c: gcc, cxx: g++}
18+
compiler: [{c: clang, cxx: clang++}, {c: icx, cxx: icpx}]
1819
# TSAN is mutually exclusive with other sanitizers
1920
sanitizers: [{asan: ON, ubsan: ON, tsan: OFF}, {asan: OFF, ubsan: OFF, tsan: ON}]
2021
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)