Skip to content

Commit ef139c1

Browse files
authored
Removed workflow steps relying on 18.04
1 parent 205aea0 commit ef139c1

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

.github/workflows/verify-build.yml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)