diff options
author | Kelsey Schubert <kelsey@mongodb.com> | 2019-04-15 13:49:48 -0400 |
---|---|---|
committer | Kelsey Schubert <kelsey@mongodb.com> | 2019-04-15 13:51:34 -0400 |
commit | 5a0c11a9c469c98cc6111a1dafb1d11956b79466 (patch) | |
tree | fcc6f50286da5e7294ed619762e6c98f60e9b724 /etc | |
parent | 3275bdb42e57886a671b7af625b9e6b25f6c2e18 (diff) | |
download | mongo-5a0c11a9c469c98cc6111a1dafb1d11956b79466.tar.gz |
SERVER-40650 Correct push_arch forEnterprise Ubuntu 18.04 PPC64LE
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 1c0b959ed93..0b31696e42a 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -8644,7 +8644,7 @@ buildvariants: push_path: linux push_bucket: downloads.10gen.com push_name: linux - push_arch: ppc64le-enterprise-ubuntu1604 + push_arch: ppc64le-enterprise-ubuntu1804 compile_flags: --ssl MONGO_DISTMOD=ubuntu1804 -j$(echo "$(grep -c processor /proc/cpuinfo)/2" | bc) --release CCFLAGS="-mcpu=power8 -mtune=power8 -mcmodel=medium" --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars resmoke_jobs_max: 2 has_packages: true |