ci: Clang-18 Debug configuration disabled in Freestanding CI

This commit is contained in:
Mateusz Pusz
2024-05-31 08:45:12 +02:00
parent 3cd5a7dd42
commit 5b1d5d797d

View File

@@ -71,6 +71,10 @@ jobs:
conan-config: "", conan-config: "",
} }
build_type: ["Release", "Debug"] 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: env:
CC: ${{ matrix.config.compiler.cc }} CC: ${{ matrix.config.compiler.cc }}