Disable GHA CI for clang-9:

The GHA image causes a segfault while running beast tests.
Not reproducable when using an official ubuntu image.
I have assumed that the problem is with the GHA image and disabled the
test for the timebeing.
This commit is contained in:
Richard Hodges
2021-05-22 15:08:53 +02:00
parent b1da28625e
commit 1412acd146
2 changed files with 2 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ jobs:
compiler: clang++-9
cxxstd: "11,14,17,2a"
os: ubuntu-20.04
supported: true
supported: "Causes segfault on GHA CI, not on official image"
- toolset: clang
install: clang-10
compiler: clang++-10

View File

@@ -1,3 +1,4 @@
* Disable GHA CI for clang-9.
* Update example root certificates.
--------------------------------------------------------------------------------