diff options
author | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2017-04-01 14:21:41 -0400 |
---|---|---|
committer | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2017-04-01 14:21:41 -0400 |
commit | 53022d457a0610b40fea600d9d546f410be3d7ed (patch) | |
tree | 3be774ca260a97380df44f29eed1687e781b6570 /etc | |
parent | b6d2b5e5c6071f6b76072d15bf36f34babec2a14 (diff) | |
download | mongo-53022d457a0610b40fea600d9d546f410be3d7ed.tar.gz |
SERVER-27458 Set "multiversion_platform_arch" on SSL Windows 2008R2.
The "do multiversion setup" function otherwise defaults to downloading
binaries for Linux.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index bd088d42a83..900091fa3f7 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -5184,6 +5184,7 @@ buildvariants: push_bucket: downloads.mongodb.org push_name: win32 push_arch: x86_64-2008plus-ssl + multiversion_platform_arch: windows/x86_64-2008plus-ssl msi_target: msi content_type: application/zip compile_flags: --release --ssl MONGO_DISTMOD=2008plus-ssl CPPPATH="c:/openssl/include" LIBPATH="c:/openssl/lib" -j$(( $(grep -c ^processor /proc/cpuinfo) / 2 )) --dynamic-windows --win-version-min=ws08r2 |