File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -1604,8 +1604,9 @@ tasks:
1604
1604
script : |
1605
1605
set -o xtrace
1606
1606
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
1609
1610
1610
1611
- name : install-uninstall-check-msvc
1611
1612
depends_on :
@@ -1619,8 +1620,9 @@ tasks:
1619
1620
script : |
1620
1621
set -o xtrace
1621
1622
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
1624
1626
1625
1627
- name : install-uninstall-check
1626
1628
depends_on :
@@ -9485,7 +9487,7 @@ buildvariants:
9485
9487
- " .debug-compile !.sspi .nossl"
9486
9488
- " .authentication-tests .openssl"
9487
9489
- " .latest .openssl !.nosasl .server"
9488
- - " .latest .nossl .server "
9490
+ - " .latest .nossl"
9489
9491
- " .4.0 .openssl !.nosasl .server"
9490
9492
9491
9493
- name : valgrind-ubuntu
You can’t perform that action at this time.
0 commit comments