File tree Expand file tree Collapse file tree 1 file changed +11
-18
lines changed
Expand file tree Collapse file tree 1 file changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,17 @@ jobs:
6262 cc-compiler : clang++-13
6363 debug : debug
6464 coverage : nocoverage
65- - test-group : extra
66- os : ubuntu-18.04
67- os-type : ubuntu
68- build-type : msan
69- compiler-family : clang
70- c-compiler : clang-6.0
71- cc-compiler : clang++-6.0
72- debug : debug
73- coverage : nocoverage
65+ # This test gives false positives on newer versions of clang
66+ # and ubuntu-18.04 is not supported anymore on github
67+ # - test-group: extra
68+ # os: ubuntu-18.04
69+ # os-type: ubuntu
70+ # build-type: msan
71+ # compiler-family: clang
72+ # c-compiler: clang-6.0
73+ # cc-compiler: clang++-6.0
74+ # debug: debug
75+ # coverage: nocoverage
7476 - test-group : extra
7577 os : ubuntu-latest
7678 os-type : ubuntu
@@ -134,15 +136,6 @@ jobs:
134136 cc-compiler : g++-10
135137 debug : nodebug
136138 coverage : nocoverage
137- - test-group : extra
138- os : ubuntu-18.04
139- os-type : ubuntu
140- build-type : none
141- compiler-family : clang
142- c-compiler : clang-5.0
143- cc-compiler : clang++-5.0
144- debug : nodebug
145- coverage : nocoverage
146139 - test-group : extra
147140 os : ubuntu-20.04
148141 os-type : ubuntu
You can’t perform that action at this time.
0 commit comments