Skip to content

Commit

Permalink
[release/1.5] Downgrade MinGW to version 10.2.0
Browse files Browse the repository at this point in the history
There is currently 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

Fixes #7104

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
(cherry picked from commit 1ef4bda)

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
  • Loading branch information
gabriel-samfira authored and kzys committed Jul 5, 2022
1 parent daf0216 commit 4693365
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,14 @@ jobs:
- run: script/setup/install-dev-tools

# There is currently an issue in the race detector in Go on Windows when
# used with a newer version of GCC. The issue was first reported here:
# https://github.com/golang/go/issues/46099
- name: Downgrade MinGW
shell: bash
run: |
choco install mingw --version 10.2.0 --allow-downgrade
- name: Binaries
env:
CGO_ENABLED: 1
Expand Down

0 comments on commit 4693365

Please sign in to comment.