From 34b44e0e65c81e22d3c6f41c02bb99c328cd65e5 Mon Sep 17 00:00:00 2001 From: Mark Benvenuto Date: Fri, 10 Mar 2017 11:16:56 -0500 Subject: SERVER-28109 Configure Mac OS X Builders to use toolchain OpenSSL headers (cherry picked from commit e563ba50008503d21b610fd0aaadccc70336b837) --- etc/evergreen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/evergreen.yml b/etc/evergreen.yml index fa4769defe9..d7a54012c91 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -5489,7 +5489,7 @@ buildvariants: push_name: osx-ssl push_arch: x86_64 tooltags: "-tags ssl" - compile_flags: --ssl --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.7 --libc++ + compile_flags: --ssl --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.7 --libc++ CPPPATH=/opt/mongodbtoolchain/v2/include num_jobs_available: 1 build_mongoreplay: true tasks: @@ -5629,7 +5629,7 @@ buildvariants: push_name: osx push_arch: x86_64-enterprise tooltags: "-tags 'ssl sasl'" - compile_flags: --ssl --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.7 --libc++ + compile_flags: --ssl --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.7 --libc++ CPPPATH=/opt/mongodbtoolchain/v2/include num_jobs_available: 1 build_mongoreplay: true tasks: -- cgit v1.2.1