forked from boostorg/beast
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -112,7 +112,7 @@ jobs:
|
|||||||
compiler: clang++-9
|
compiler: clang++-9
|
||||||
cxxstd: "11,14,17,2a"
|
cxxstd: "11,14,17,2a"
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
supported: true
|
supported: "Causes segfault on GHA CI, not on official image"
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
install: clang-10
|
install: clang-10
|
||||||
compiler: clang++-10
|
compiler: clang++-10
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
* Disable GHA CI for clang-9.
|
||||||
* Update example root certificates.
|
* Update example root certificates.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user