Johannes Schindelin
Johannes Schindelin
Aha! The problem does lie elsewhere (and is only _worked around_ by that code change, as I had suspected): [`is_console_app()`](https://github.com/msys2/msys2-runtime/blob/msys2-3.6.4/winsup/cygwin/fhandler/termios.cc#L704-L723) fails to read the first 1024 bytes of the executable...
@ynkdir here is what I plan on sending to the Cygwin project: https://github.com/cygwingitgadget/cygwin/pull/5
The build artifact of https://github.com/msys2/msys2-runtime/pull/322's PR build can be used to verify that this will fix the issue; There is still a bit of a discussion going on [on the...
When I try this, I get: ```console $ debsig-verify gcm.deb debsig: Verified package from 'Git Credential Manager public key' (Git Credential Manager) ``` I.e. I cannot reproduce. Maybe it depends...
@ognevny I notice that the CLANGARM64 job does not build any packages. Is there any trick to this?
> - [wasi-libc: update to 0+503+ac020b86](https://github.com/msys2/MINGW-packages/pull/26470/commits/986947be33231fd78b8364c3a455c385b964e391) > - [zed: update to 0.213.3](https://github.com/msys2/MINGW-packages/pull/26470/commits/aa030ecae9d81b1e55668f203bf4c90986c87b90) > - [openexr: update to 3.4.4](https://github.com/msys2/MINGW-packages/pull/26470/commits/b288fac57aef774d47eaed3b071333c4e73216ca) Whoops. Will of course drop them when cleaning up this PR branch.
> 1. by the way there was a compiler error about using 32-bit time. why is this important for GfW? You mean [this](https://github.com/msys2/MINGW-packages/actions/runs/19533940738/job/55923350151?pr=26470#step:9:441): ``` D:/M/msys64/ucrt64/include/corecrt.h:128:2: error: #error You cannot use...
> > Wow, that required some digging. That `_USE_32BIT_TIME_T` stems from [git-for-windows/git@fa93bb2](https://github.com/git-for-windows/git/commit/fa93bb20d72edf9f7635c63d46101edb206d3d6f), i.e. way before we switched from MinGW to mingw-64. > > Isn't this only part of the issue...
> by the way, can we try to enable rust like in https://github.com/msys2/MSYS2-packages/pull/5812? (but with mingw-w64-rust) Good idea! Rust won't stay optional forever, Git's planning on making it mandatory by...
> > `mingw-w64-rust` setup with `*-win7-windows-gnu` targets on the Git for Windows side. > > do you actually need it? Rust will be mandatory in Git soon and yes, we...