-
Notifications
You must be signed in to change notification settings - Fork 634
git-extra: add the aarch64 Pacman repository when appropriate
#467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-extra: add the aarch64 Pacman repository when appropriate
#467
Conversation
This is needed so that e.g. `sdk cd <package>` won't mistake `git-sdk-arm64` for `git-sdk-64`. Signed-off-by: Johannes Schindelin <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
We cannot trust `uname -m` too much when building on ARM64, as there is no Windows/ARM64 version of the MSYS2 runtime (due to lack of Cygwin support for that platform). Signed-off-by: Johannes Schindelin <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
This follows the same principle as adding the `mingw32` repository in git-sdk-64 and the `minw64` repository in git-sdk-32. Signed-off-by: Johannes Schindelin <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
|
To avoid version clashes, this is based on #456 (and can only be merged after that). Note: I just realized that we have a problem in our Therefore, we will have some manual updating to do. |
@dennisameling I guess the safest way would be to use |
That should work indeed! Another option would be to merge this PR and have me install GfW's |
That won't work because |
|
/deploy git-extra The i686/x86_64 and the arm64 workflow runs were started. |
Once deployed, this will let git-sdk-arm64 update from Git for Windows' aarch64 Pacman repository.