Skip to content

Commit 1b6bf22

Browse files
cfergeaupraveenkumar
authored andcommitted
workflows: Downgrade mingw to workaround Windows failure
Because of golang/go#46099 'make check' on Windows in GitHub Actions is failing with '==34372==ERROR: ThreadSanitizer failed to allocate 0x000003061000 (50728960) bytes at 0x200dabe7d0000 (error code: 87)' This commit downgrades mingw to 10.0.20 in order to avoid this problem. This will need to be reverted once this is fixed in mingw or golang.
1 parent d7cd449 commit 1b6bf22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/make-check-win.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
go:
1818
- 1.17
1919
steps:
20+
- name: Downgrade mingw to workaround https://github.com/golang/go/issues/46099
21+
run: choco install mingw --version 10.2.0 --allow-downgrade
2022
- name: Check out repository code
2123
uses: actions/checkout@v2
2224
- name: Set up Go

0 commit comments

Comments
 (0)