-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[New msys2-runtime version] 2 new items #3231
Comments
We will see whether it is necessary to backport this fix. |
Hello! I believe this may be necessary. I am running Windows 10 Pro Evaluation Build 21354.co_release.210402-1630. When I pull from git, I get the following response: Cloning into 'foo'... Cygwin WARNING: remote: Enumerating objects: 84, done. That Windows build is running o a MacBook Pro 13 with the Apple M1 |
Could I ask you to work on this? This is how you would get started:
Alternatively, if you don't want to build locally but use GitHub Actions for you, you could
|
Hello @dscho, I am currently following this procedure above and am stuck on step 5: cd to src/msys2-runtime, which is a checkout of https://github.com/git-for-windows/msys2-runtime/ The src directory does not exist. Is there a step I may have missed? I reran through the procedure a couple times so hopefully, the question will not be foolish! Thanks for working with me on this by the way! Very much appreciated! |
That directory should be created as part of (sorry for the terseness, am on a phone) |
Apologies for this but I ended up sending the laptop back. I will not be able to complete this task. |
We will get this automatically once we rebase to v3.2.1. |
Hi @dscho Do you plan to rebase on v3.2.1? I'm using Git for Windows x64 on Surface Pro X and this issue is bothering me constantly 😬 I could also do what you described above, if you have no plans to rebase msys2-runtime yet. |
You had me worried that I missed v3.2.1! But according to http://cygwin.com/:
|
Oops, sorry 😅 I don't see this issue with x64 MSYS2, but it's all over the place in Git for Windows. Do you think it's worth cherry-picking the fix, as you've mentioned before? |
As I've mentioned before, I think it's worth cherry-picking the fix. Yes. |
Cool, will try to do that this week 👍 BTW it seems Git for Windows package sources actually downgrade msys2-runtime from 3.2.0 to 3.1.7 (compared to MSYS2). Not sure if it's just the SDK or if it was intentional not to upgrade it to 3.2.0 🤔 |
I intentionally keep Git for Windows at v3.1.7 for the moment. In my personal testing, I ran into too many snags. Now that I think about it, it might have been that "wonderful" |
Hmm, okay 🤔 I'll prepare a cherry pick later this week then 😬 |
Hi @dscho , I'm sorry, it took me slightly more than a week to get to this 😅 Here's a PR: git-for-windows/msys2-runtime#33 I've built it in my fork and it resolves the issue for me: https://github.com/Alovchin91/msys2-runtime/actions/runs/1323220334 Please consider taking it into the next release, if it's not too late yet 😄 |
@Alovchin91 could you give v2.33.1 a spin? It should have your fix. |
Will do! Thanks 👏 |
@dscho Tried it, the issue is resolved! Thank you! 👏 🎉 |
[New msys2-runtime version]
Cygwin: Add missing IsWow64Process2 declaration
The previous patch is accidentally missing the declaration of
IsWow64Process2. Add it belatedly.
Fixes: 1865a41cb383 ("Cygwin: suppress FAST_CWD warnings on ARM64")
Signed-off-by: Corinna Vinschen corinna@vinschen.de
msys2/msys2-runtime@d77a022
[New msys2-runtime version]
Cygwin: suppress FAST_CWD warnings on ARM64
The old check was insufficient: new insider preview builds of Windows
allow running x86_64 process on ARM64. The IsWow64Process2 function
seems to be the intended way to figure this situation out.
msys2/msys2-runtime@25d1543
The text was updated successfully, but these errors were encountered: