| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,15 +62,17 @@ jobs: | |||
| 62 | 62 | cc-compiler: clang++-13 | |
| 63 | 63 | debug: debug | |
| 64 | 64 | 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 | ||
| 74 | 76 | - test-group: extra | |
| 75 | 77 | os: ubuntu-latest | |
| 76 | 78 | os-type: ubuntu | |
@@ -134,15 +136,6 @@ jobs: | |||
| 134 | 136 | cc-compiler: g++-10 | |
| 135 | 137 | debug: nodebug | |
| 136 | 138 | 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 | ||
| 146 | 139 | - test-group: extra | |
| 147 | 140 | os: ubuntu-20.04 | |
| 148 | 141 | os-type: ubuntu | |
| Back | FazBrowse Home | New Git URL |
0 commit comments