mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-16 18:08:40 +00:00
.github/workflows: downgrade MinGW to work around windows-race failures
Updates #4926 Signed-off-by: Mihai Parparita <mihai@tailscale.com>
This commit is contained in:
parent
88133c361e
commit
6f58497647
8
.github/workflows/windows-race.yml
vendored
8
.github/workflows/windows-race.yml
vendored
@ -46,6 +46,14 @@ jobs:
|
||||
- name: Print toolchain details
|
||||
run: gcc -v
|
||||
|
||||
# There is currently an issue in the race detector in Go on Windows when
|
||||
# used with a newer version of GCC.
|
||||
# See https://github.com/tailscale/tailscale/issues/4926.
|
||||
- name: Downgrade MinGW
|
||||
shell: bash
|
||||
run: |
|
||||
choco install mingw --version 10.2.0 --allow-downgrade
|
||||
|
||||
- name: Test with -race flag
|
||||
# Don't use -bench=. -benchtime=1x.
|
||||
# Somewhere in the layers (powershell?)
|
||||
|
Loading…
x
Reference in New Issue
Block a user