From 30f2c106afada665353ddbe0baaf9af4de855159 Mon Sep 17 00:00:00 2001 From: Carson Radtke Date: Fri, 3 Jan 2025 10:17:08 -0600 Subject: [PATCH] skip test due to compiler bug --- .github/workflows/compilers.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index e00151b..3857583 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -46,7 +46,9 @@ jobs: build_type: [ Debug, Release ] cxx_version: [ 14, 17, 20, 23 ] exclude: - # TODO (@carsonradtke): revert this + # https://github.com/llvm/llvm-project/issues/93734 + # Looks like clang fixed this issue in clang-18, but won't backport + # the fix. - clang_version: 17 cxx_version: 23 runs-on: ubuntu-latest