Skip to content

Commit 6667042

Browse files
author
Divjot Arora
committed
GODRIVER-1764 Use new mingw version in Evergreen tasks (#515)
1 parent b9c5e73 commit 6667042

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
@@ -1546,7 +1546,7 @@ axes:
15461546
run_on:
15471547
- windows-64-vs2017-test
15481548
variables:
1549-
GCC_PATH: "/cygdrive/c/mingw-w64/x86_64-4.9.1-posix-seh-rt_v3-rev1/mingw64/bin"
1549+
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
15501550
GO_DIST: "C:\\golang\\go1.15"
15511551
PYTHON3_BINARY: "C:/python/Python38/python.exe"
15521552
VENV_BIN_DIR: "Scripts"
@@ -1571,7 +1571,7 @@ axes:
15711571
run_on:
15721572
- windows-64-vsMulti-small
15731573
variables:
1574-
GCC_PATH: "/cygdrive/c/mingw-w64/x86_64-4.9.1-posix-seh-rt_v3-rev1/mingw64/bin"
1574+
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
15751575
GO_DIST: "C:\\golang\\go1.15"
15761576
SKIP_ECS_AUTH_TEST: true
15771577
PYTHON3: "C:/python/Python38/python.exe"

0 commit comments

Comments
 (0)