You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*,mingw-w64-wintoast) echo "mingw32 mingw64 clangarm64";; # We're (cross-)compiling via Visual Studio
248
+
*,mingw-w64-git-credential-manager) echo "mingw32 mingw64 clangarm64";; # We're downloading the pre-built x86 artifacts and using them for all three platforms
249
+
*) echo "mingw32 mingw64";;
250
+
esac
251
+
)
252
+
253
+
# No need to rebuild i686/x86_64 flavors when building the initial
254
+
# arm64 versions of the wintoast/GCM packages
255
+
test ebe6c944c573ee4d8900f0e015365468606c9e1e != "$REF" ||
256
+
test "mingw32 mingw64 clangarm64" != "$MINGW_ARCHS_TO_BUILD" ||
0 commit comments