From 5b1d5d797d0d977365bfe4cf6fd6c5ce0005934b Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 31 May 2024 08:45:12 +0200 Subject: [PATCH] ci: Clang-18 Debug configuration disabled in Freestanding CI --- .github/workflows/ci-freestanding.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-freestanding.yml b/.github/workflows/ci-freestanding.yml index 3d46883d..e9efc059 100644 --- a/.github/workflows/ci-freestanding.yml +++ b/.github/workflows/ci-freestanding.yml @@ -71,6 +71,10 @@ jobs: conan-config: "", } build_type: ["Release", "Debug"] + # TODO For some reason Clang-18 Debug with -ffreestanding does not pass CMakeTestCXXCompiler + exclude: + - build_type: "Debug" + config: { name: "Clang-18" } env: CC: ${{ matrix.config.compiler.cc }}