The GitHub Actions CI for SLiM has started failing, consistently, for the mingw64 Windows build. Here's an example:
https://github.com/MesserLab/SLiM/actions/runs/35225245006
The log for the failed build says:
C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-S' '--needed' '--overwrite' '*' 'mingw-w64-x86_64-slim-simulator'"
error: target not found: mingw-w64-x86_64-slim-simulator
Error: Error: The process 'C:\Windows\system32\cmd.exe' failed with exit code 1
Poking around, here's the page for SLiM on MSYS2:
https://packages.msys2.org/base/mingw-w64-slim-simulator
And in the "Changes" tab of that, I do notice that there was a commit yesterday, 16 September – when this started happening – to msys2/MINGW-packages on GitHub that removes mingw64 from mingw_arch in mingw-w64-slim-simulator/PKGBUILD:
msys2/MINGW-packages#31635
No explanation is given on that commit regarding why this was done. I tried a little googling and didn't see anything relevant in terms of news about platforms being dropped, etc. I'll put a comment on that commit and see if I get an answer.
@rdinnager tagging you since you're the manager of the pacman stuff for SLiM.
The GitHub Actions CI for SLiM has started failing, consistently, for the mingw64 Windows build. Here's an example:
https://github.com/MesserLab/SLiM/actions/runs/35225245006
The log for the failed build says:
Poking around, here's the page for SLiM on MSYS2:
https://packages.msys2.org/base/mingw-w64-slim-simulator
And in the "Changes" tab of that, I do notice that there was a commit yesterday, 16 September – when this started happening – to
msys2/MINGW-packageson GitHub that removesmingw64frommingw_archinmingw-w64-slim-simulator/PKGBUILD:msys2/MINGW-packages#31635
No explanation is given on that commit regarding why this was done. I tried a little googling and didn't see anything relevant in terms of news about platforms being dropped, etc. I'll put a comment on that commit and see if I get an answer.
@rdinnager tagging you since you're the manager of the pacman stuff for SLiM.