git-for-windows / git

A fork of Git containing Windows-specific patches.
http://gitforwindows.org/
Other
8.39k stars 2.55k forks source link

[New msys2-runtime version] Cygwin: find_fast_cwd: don't run assembler checking code on ARM64 #5251

Closed github-actions[bot] closed 4 days ago

github-actions[bot] commented 4 days ago
Cygwin: find_fast_cwd: don't run assembler checking code on ARM64

https://cygwin.com/pipermail/cygwin/2024-February/255397.html
reports a crash on ARM64 probably related to checking x86_64
code on the x86_64 emulator on AArch64.

At least for testing, pull the code checking the host HW
up to be called before trying to evaluate assembler code.

This fixes https://github.com/git-for-windows/git/issues/4808

Backported from 4e77fa9b8b (Cygwin: find_fast_cwd: don't run assembler
checking code on ARM64, 2024-02-13).

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

https://github.com/msys2/msys2-runtime/commit/16dfe943bcba396ac0b11c5b52cdbaeed4e03a8d

dscho commented 4 days ago

This is a backport of https://github.com/git-for-windows/msys2-runtime/pull/76.