summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2017-03-10 11:16:56 -0500
committerAndrew Morrow <acm@mongodb.com>2017-06-03 08:34:28 -0400
commit34b44e0e65c81e22d3c6f41c02bb99c328cd65e5 (patch)
tree58d3cabe9eb25514fd9c33674c790da41c834e95
parent40899230e7738ace3970255069da06bf89d34996 (diff)
downloadmongo-34b44e0e65c81e22d3c6f41c02bb99c328cd65e5.tar.gz
SERVER-28109 Configure Mac OS X Builders to use toolchain OpenSSL headers
(cherry picked from commit e563ba50008503d21b610fd0aaadccc70336b837)
-rw-r--r--etc/evergreen.yml4
1 files 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: