Skip to content

Commit 836c00e

Browse files
anjannathpraveenkumar
authored andcommitted
Revert "workflows: Downgrade mingw to workaround Windows failure"
This reverts commit 1b6bf22. Previously we were downgrading mingw to work around an issue in the race detector in Go on Windows when used with a newer version of GCC. The issue was first reported here: golang/go#46099 The issue is reported to be fixed after go 1.19 was released This fixes the CI failures on github actions windows machines, that fails with the error: Cannot find file at '..\\lib\mingw\tools\install\mingw64\bin\mingw32-make.exe' (C:\ProgramData\Chocolatey\lib\mingw\tools\install\mingw64\bin\mingw32-make.exe). This usually indicates a missing or moved file. Error: Process completed with exit code 1.
1 parent 2d90963 commit 836c00e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/make-check-win.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
go:
1717
- 1.19
1818
steps:
19-
- name: Downgrade mingw to workaround https://github.com/golang/go/issues/46099
20-
run: choco install mingw --version 10.2.0 --allow-downgrade
2119
- name: Check out repository code
2220
uses: actions/checkout@v3
2321
- name: Set up Go

0 commit comments

Comments
 (0)