pacman-packages: deploy UCRT64 packages, too, if available#184
Merged
Conversation
Git for Windows is in the middle of migrating from MINGW64 to UCRT64 (see git-for-windows/git-sdk-64#117 for full details). For the time being, `git-artifacts` _does_ build the UCRT64 variants of installers, portable Gits, etc, using the `-ucrt64` file name infix to indicate this flavor. These are _not_ published with the official releases, even though they are part of the snapshots. To allow for efficient testing and developing of the UCR64 side of Git for Windows, let's also deploy the corresponding Pacman packages (which will eventually back the regular `-64-bit` artifacts, once the migration to UCRT64 is complete. Assisted-by: Opus 4.8 Signed-off-by: Johannes Schindelin <[email protected]>
Member
Author
|
I added two |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Git for Windows is in the middle of migrating from MINGW64 to UCRT64 (see git-for-windows/git-sdk-64#117 for full details).
For the time being,
git-artifactsdoes build the UCRT64 variants of installers, portable Gits, etc, using the-ucrt64file name infix to indicate this flavor. These are not published with the official releases, even though they are part of the snapshots.To allow for efficient testing and developing of the UCR64 side of Git for Windows, let's also deploy the corresponding Pacman packages (which will eventually back the regular
-64-bitartifacts, once the migration to UCRT64 is complete.