summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-06-10 10:45:57 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-06-10 15:45:08 -0400
commit8243e30b202f25c65c8bf1517901e69b726322eb (patch)
treeb52c00a68753bd1fab9cefe3b262225af184d062
parent31ed30ecc0bd4f55b65828e138e6cdefbe8d97c9 (diff)
downloadmongo-8243e30b202f25c65c8bf1517901e69b726322eb.tar.gz
BUILD-707 Remove C++03 builder from 3.0 branch
-rw-r--r--etc/evergreen.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 12c3382aa7f..37908ca4e5e 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -2183,23 +2183,6 @@ buildvariants:
distros:
- rhel55-test
-# This build variant was introduced in BUILD-374 to ensure we maintain
-# compatibility with C++03 after turning on C++11 for all build varaints.
-- name: linux-64-cxx03
- display_name: C++03 Enterprise RHEL 5.5 SSL/Debug 64-bit
- modules:
- - enterprise
- run_on:
- - rhel55
- expansions:
- gitvars: LD_LIBRARY_PATH=/opt/openssl/lib64 #needed to workaround the old openSSL on rhel55 builders.
- gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH"
- compile_flags: --dbg=on --ssl --ssl-fips-capability -j$(grep -c ^processor /proc/cpuinfo) --cc=/opt/mongodbtoolchain/bin/gcc --cxx=/opt/mongodbtoolchain/bin/g++ --variant-dir="linux2/release" --c++11=off
- test_flags: --continue-on-failure
- has_debugsymbols: false
- tasks:
- - name: compile
-
- name: linux-64-debug
display_name: Linux 64-bit DEBUG
modules: ~