From d5d84826c657aa9dab5b1ee96127d78bd937684b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Lamotte=20=28Klaim=29?= Date: Sun, 11 Dec 2022 18:09:48 +0100 Subject: [PATCH] CI: Excludes building with msvc 14.33 and 14.34 This is due to a conflict between msvc's standard library and fmt when using `format_to` using C++20 flags. The issue have been reported: https://github.com/fmtlib/fmt/issues/3224 Recent and older versions of msvc will work as expected. --- manifest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest b/manifest index b6baf58..972cf93 100644 --- a/manifest +++ b/manifest @@ -12,3 +12,6 @@ package-email: mjklaim@gmail.com depends: * build2 >= 0.15.0 depends: * bpkg >= 0.15.0 +build-exclude: **windows_10-msvc_17.2** ; See https://github.com/fmtlib/fmt/issues/3224 +build-exclude: **windows_10-msvc_17.3** ; See https://github.com/fmtlib/fmt/issues/3224 +