mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
ci: std::format
runs disabled for clang-16 and apple-clang
This commit is contained in:
4
.github/workflows/ci-conan.yml
vendored
4
.github/workflows/ci-conan.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
|||||||
},
|
},
|
||||||
lib: "libc++",
|
lib: "libc++",
|
||||||
cxx_modules: "False",
|
cxx_modules: "False",
|
||||||
std_format_support: "True",
|
std_format_support: "False",
|
||||||
conan-config: "",
|
conan-config: "",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
@@ -124,7 +124,7 @@ jobs:
|
|||||||
cxx: "clang++",
|
cxx: "clang++",
|
||||||
},
|
},
|
||||||
cxx_modules: "False",
|
cxx_modules: "False",
|
||||||
std_format_support: "True",
|
std_format_support: "False",
|
||||||
conan-config: "",
|
conan-config: "",
|
||||||
}
|
}
|
||||||
build_type: ["Release", "Debug"]
|
build_type: ["Release", "Debug"]
|
||||||
|
4
.github/workflows/ci-test-package-cmake.yml
vendored
4
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -92,7 +92,7 @@ jobs:
|
|||||||
},
|
},
|
||||||
lib: "libc++",
|
lib: "libc++",
|
||||||
cxx_modules: "False",
|
cxx_modules: "False",
|
||||||
std_format_support: "True",
|
std_format_support: "False",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Clang-17",
|
name: "Clang-17",
|
||||||
@@ -119,7 +119,7 @@ jobs:
|
|||||||
cxx: "clang++",
|
cxx: "clang++",
|
||||||
},
|
},
|
||||||
cxx_modules: "False",
|
cxx_modules: "False",
|
||||||
std_format_support: "True",
|
std_format_support: "False",
|
||||||
}
|
}
|
||||||
build_type: ["Release", "Debug"]
|
build_type: ["Release", "Debug"]
|
||||||
exclude:
|
exclude:
|
||||||
|
Reference in New Issue
Block a user