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
drop-pacman-package: support MINGW packages and UCRT64 (#176)
Previously, the workflow would only work for packages whose name is
unchanged across Git for Windows SDKs, i.e. MSYS packages. However,
MINGW packages' names start with a prefix that encodes the architecture.
Let's support that via `mingw-w64-<name>`, which is auto-expanded to
`${MINGW_PACKAGE_PREFIX}-<name>`.
While at it, also support UCRT64, which [is currently
developed](git-for-windows/git-sdk-64#117) on
the `ucrt64` branch of git-sdk-64.
0 commit comments