x/website: Invalid compiler requirements for race detector on Windows #61916
Labels
Documentation
Issues describing a change to documentation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
website
Milestone
The current documentation reads:
According to the documentation, version 8 of the mingw-w64 runtime libraries should work, as it is the minimum required version ("version 8 or later"). However, it doesn't seem to work.
I have tested using Github Actions runners for Windows. Github actions supports 2 runners:
windows-2019
(which comes withMingw-w64 8.1.0
), andwindows-2022
(which comes withMingw-w64 11.2.0
). I can run the race detector successfully with the latter (windows-2022
), but not with the former (windows-2019
). When using ``windows-2019and
Mingw-w64 8.1.0`, the observed error is the same as for #61058: `exit status 0xc0000139`.windows-2019
runner:windows-2022
runner:I don't know what the exact requirement is, but
8.1.0
does not work (unless some other dependency is at fault).Installed software on Github Actions Windows runners:
Note that I am using Go v1.21, and that I didn't have the same issue with Go v1.19.
The text was updated successfully, but these errors were encountered: