diff options
Diffstat (limited to 'etc/evergreen.yml')
-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 |