summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2016-03-17 13:53:23 -0400
committerJonathan Reams <jbreams@mongodb.com>2016-03-17 13:53:23 -0400
commit30ff1eb8356c8bb97da0f8aa85640f6e8dd5ae06 (patch)
tree99351ca04112ca34934a4287229314306f48e498 /etc
parent6662ed3ce7038ac60eb9d1f5f505c2c0143dcc66 (diff)
downloadmongo-30ff1eb8356c8bb97da0f8aa85640f6e8dd5ae06.tar.gz
SERVER-23198 Build tools with ssl/sasl on POWER
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 37e117d99c5..dcc660a6a14 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -4016,10 +4016,10 @@ buildvariants:
stepback: false
expansions:
gorootvars: PATH=/opt/mongodbtoolchain/v2/bin:$PATH
- tooltags: -gccgoflags '-static-libgo'
+ tooltags: -gccgoflags "$(pkg-config --libs --cflags libssl libsasl2)" -tags 'sasl ssl'
compile_flags: --ssl MONGO_DISTMOD=rhel71 --release -j$(grep -c processor /proc/cpuinfo) CCFLAGS="-mcpu=power8 -mtune=power8 -mcmodel=medium" CXX=/opt/mongodbtoolchain/v1/bin/g++ CC=/opt/mongodbtoolchain/v1/bin/gcc
num_jobs_available: 20
- test_flags: --continueOnFailure --excludeWithAnyTags=requires_ssl_mongo_tools
+ test_flags: --continueOnFailure
has_packages: true
packager_script: packager-enterprise.py
packager_arch: ppc64le