mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 04:44:27 +02:00
ci: Clang-18 Debug configuration disabled in Freestanding CI
This commit is contained in:
4
.github/workflows/ci-freestanding.yml
vendored
4
.github/workflows/ci-freestanding.yml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user