mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 11:54:27 +02:00
build: switch freestanding CI to clang-20
This commit is contained in:
6
.github/generate-job-matrix.py
vendored
6
.github/generate-job-matrix.py
vendored
@@ -160,12 +160,8 @@ def main():
|
|||||||
case "clang-tidy":
|
case "clang-tidy":
|
||||||
collector.all_combinations(config=configs["Clang-18 (x86-64)"])
|
collector.all_combinations(config=configs["Clang-18 (x86-64)"])
|
||||||
case "freestanding":
|
case "freestanding":
|
||||||
# TODO For some reason Clang-18 Debug with -ffreestanding does not pass CMakeTestCXXCompiler
|
|
||||||
collector.all_combinations(
|
collector.all_combinations(
|
||||||
filter=lambda e: not (
|
config=[configs[c] for c in ["GCC-14", "Clang-20 (x86-64)"]],
|
||||||
e.config.name.startswith("Clang-18") and e.build_type == "Debug"
|
|
||||||
),
|
|
||||||
config=[configs[c] for c in ["GCC-14", "Clang-18 (x86-64)"]],
|
|
||||||
contracts="none",
|
contracts="none",
|
||||||
std=23,
|
std=23,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user