forked from git-for-windows/gfw-helper-github-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
/deploy: no longer build the MSYS2 runtime packages for both architec…
…tures The purpose of introducing a separate `msys2-runtime-3.3` package is to allow supporting Git for Windows on i686 setups, even though it cannot receive updates to the latest MSYS2 runtime versions any longer because the MSYS2 project dropped i686 support a long time ago. To that end, let's actually build `msys2-runtime-3.3` _only_ for i686, and `msys2-runtime` _only_ for x86_64. That split will allow us to change the `msys2-runtime-3.3` package definition so that it supersedes ("replaces") `msys2-runtime` and automagically updates the 32-bit Git for Windows SDKs out there. This is a step toward phasing out i686 support of Git for Windows, see: git-for-windows/git#4279 (comment) for more details about that plan. Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters