Skip to content

Commit a325a99

Browse files
author
Divjot Arora
authored
GODRIVER-1764 Use new mingw version in Evergreen tasks (#515)
1 parent 90a0db4 commit a325a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ axes:
15821582
run_on:
15831583
- windows-64-vs2017-test
15841584
variables:
1585-
GCC_PATH: "/cygdrive/c/mingw-w64/x86_64-4.9.1-posix-seh-rt_v3-rev1/mingw64/bin"
1585+
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
15861586
GO_DIST: "C:\\golang\\go1.15"
15871587
PYTHON3_BINARY: "C:/python/Python38/python.exe"
15881588
VENV_BIN_DIR: "Scripts"
@@ -1607,7 +1607,7 @@ axes:
16071607
run_on:
16081608
- windows-64-vsMulti-small
16091609
variables:
1610-
GCC_PATH: "/cygdrive/c/mingw-w64/x86_64-4.9.1-posix-seh-rt_v3-rev1/mingw64/bin"
1610+
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
16111611
GO_DIST: "C:\\golang\\go1.15"
16121612
SKIP_ECS_AUTH_TEST: true
16131613
PYTHON3: "C:/python/Python38/python.exe"

0 commit comments

Comments
 (0)