diff options
author | Jonathan Reams <jbreams@mongodb.com> | 2016-03-17 11:35:50 -0400 |
---|---|---|
committer | Jonathan Reams <jbreams@mongodb.com> | 2016-03-17 13:27:56 -0400 |
commit | aa9da61d1e31fb6deb077af2fd8fff43ea442c08 (patch) | |
tree | 41517894c8f43e963297e50c72b61ba0c94fdfd5 | |
parent | f34d7bed806c10dd680695b03035b64f57245a06 (diff) | |
download | mongo-aa9da61d1e31fb6deb077af2fd8fff43ea442c08.tar.gz |
SERVER-23198 Build tools with ssl/sasl on POWER
-rw-r--r-- | etc/evergreen.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 629a9d8a430..6d7346e5f93 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -4441,10 +4441,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 |