diff options
author | Andrew Morrow <acm@mongodb.com> | 2017-06-01 16:49:53 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2017-06-05 11:26:40 -0400 |
commit | 2accdb583a33a32d1adbb99c4905bd53c20d3f7d (patch) | |
tree | bc0b8262a73227c72965be8a511681ddc18ff8ca /etc | |
parent | 7226d27bb57301fcfb995b22bcb3b0eee23ba540 (diff) | |
download | mongo-2accdb583a33a32d1adbb99c4905bd53c20d3f7d.tar.gz |
SERVER-29420 Use SSL headers from toolchain when building tools on OS X
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 29506946341..a62e907a2d7 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -5423,6 +5423,7 @@ buildvariants: push_name: osx-ssl push_arch: x86_64 tooltags: "-tags ssl" + gorootvars: CGO_CPPFLAGS=-I/opt/mongodbtoolchain/v2/include compile_flags: --ssl --allocator=system -j$(sysctl -n hw.logicalcpu) --release --libc++ CCFLAGS="-mmacosx-version-min=10.10" LINKFLAGS="-mmacosx-version-min=10.10" CPPPATH=/opt/mongodbtoolchain/v2/include python: python2.7 num_jobs_available: 1 @@ -5574,6 +5575,7 @@ buildvariants: push_name: osx push_arch: x86_64-enterprise tooltags: "-tags 'ssl sasl'" + gorootvars: CGO_CPPFLAGS=-I/opt/mongodbtoolchain/v2/include compile_flags: --ssl --allocator=system -j$(sysctl -n hw.logicalcpu) --release --libc++ CCFLAGS="-mmacosx-version-min=10.10" LINKFLAGS="-mmacosx-version-min=10.10" CPPPATH=/opt/mongodbtoolchain/v2/include python: python2.7 num_jobs_available: 1 |