From 1412acd14691cd72b123134dbe3cf55634208435 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Sat, 22 May 2021 15:08:53 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 233d4f81..b0bed266 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8f5122..247b5fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +* Disable GHA CI for clang-9. * Update example root certificates. --------------------------------------------------------------------------------