Skip to content

Commit 9ea9162

Browse files
committed
CDRIVER-2806 sync config.yml from template
1 parent 686301e commit 9ea9162

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.evergreen/config.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,8 +1604,9 @@ tasks:
16041604
script: |
16051605
set -o xtrace
16061606
set -o errexit
1607-
CC=mingw BSON_ONLY=1 cmd.exe /c .\\.evergreen\\install-uninstall-check-windows.cmd
1608-
CC=mingw cmd.exe /c .\\.evergreen\\install-uninstall-check-windows.cmd
1607+
export CC="C:/mingw-w64/x86_64-4.9.1-posix-seh-rt_v3-rev1/mingw64/bin/gcc.exe"
1608+
BSON_ONLY=1 cmd.exe /c .\\.evergreen\\install-uninstall-check-windows.cmd
1609+
cmd.exe /c .\\.evergreen\\install-uninstall-check-windows.cmd
16091610
16101611
- name: install-uninstall-check-msvc
16111612
depends_on:
@@ -1619,8 +1620,9 @@ tasks:
16191620
script: |
16201621
set -o xtrace
16211622
set -o errexit
1622-
CC="Visual Studio 14 2015 Win64" BSON_ONLY=1 cmd.exe /c .\\.evergreen\\install-uninstall-check-windows.cmd
1623-
CC="Visual Studio 14 2015 Win64" cmd.exe /c .\\.evergreen\\install-uninstall-check-windows.cmd
1623+
export CC="Visual Studio 14 2015 Win64"
1624+
BSON_ONLY=1 cmd.exe /c .\\.evergreen\\install-uninstall-check-windows.cmd
1625+
cmd.exe /c .\\.evergreen\\install-uninstall-check-windows.cmd
16241626
16251627
- name: install-uninstall-check
16261628
depends_on:
@@ -9485,7 +9487,7 @@ buildvariants:
94859487
- ".debug-compile !.sspi .nossl"
94869488
- ".authentication-tests .openssl"
94879489
- ".latest .openssl !.nosasl .server"
9488-
- ".latest .nossl .server"
9490+
- ".latest .nossl"
94899491
- ".4.0 .openssl !.nosasl .server"
94909492

94919493
- name: valgrind-ubuntu

0 commit comments

Comments
 (0)