msys2-runtime: upgrade to 3.4.6#103
Merged
Merged
Conversation
21 tasks
dscho
force-pushed
the
msys2-runtime-3.4.6
branch
3 times, most recently
from
May 12, 2023 22:03
78f514c to
db517c2
Compare
Member
Author
|
/deploy |
Member
Author
|
/deploy msys2-runtime The workflow run was started. |
dscho
marked this pull request as ready for review
May 12, 2023 22:27
This corresponds to git-for-windows/msys2-runtime#50. The `update-patches.sh` script had to be adjusted to reflect that Cygwin changed its tag naming scheme. Before, it was `cygwin-<version>-release` where the version had underscores instead of dots. Now, it is `cygwin-<version>` with dots, not underscores. Also, the source URL changed to `git+https` but we obviously cannot clone from such a URL. Finally, the build no longer produces an `msys0.dll`, but a `new-msys-2.0.dll` and the Git for Windows-only code-signing step had to be adjusted accordingly. Signed-off-by: Johannes Schindelin <[email protected]>
dscho
force-pushed
the
msys2-runtime-3.4.6
branch
from
May 13, 2023 06:28
db517c2 to
5121ffc
Compare
Member
Author
|
/deploy msys2-runtime The workflow run was started. |
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.
Now that we split off the legacy
msys2-runtime-3.3package and taught the automation to no longer buildmsys2-runtimefor i686, we can finally upgrade Git for Windows' fork of the MSYS2 runtime to a current version.