summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2019-07-26 13:17:47 -0400
committerAndrew Morrow <acm@mongodb.com>2019-07-29 12:34:24 -0400
commit63a71f3bea9ebd334343f8975d1855dd33affaf1 (patch)
tree8237f8e7ce76225a889eef4d112034a4a919f631 /etc
parent25242cc39477596e23ae0ab4d4fd21b63a2f3ed6 (diff)
downloadmongo-63a71f3bea9ebd334343f8975d1855dd33affaf1.tar.gz
SERVER-42445 Make unwind builder not be DEBUG
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 51e7703676c..54a20c32987 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -377,7 +377,7 @@ variables:
- enterprise-rhel-67-s390x
- enterprise-rhel-70-64-bit
- enterprise-rhel-70-64-bit-kitchen-sink
- - enterprise-rhel-70-64-bit-debug-libunwind
+ - enterprise-rhel-70-64-bit-libunwind
- enterprise-rhel-71-ppc64le
- enterprise-rhel-71-ppc64le-inmem
- enterprise-rhel-72-s390x
@@ -10929,14 +10929,14 @@ buildvariants:
- name: noPassthrough_gen
- <<: *enterprise-rhel-70-64-bit-template
- name: enterprise-rhel-70-64-bit-debug-libunwind
- display_name: "~ Enterprise RHEL 7.0 DEBUG (libunwind)"
+ name: enterprise-rhel-70-64-bit-libunwind
+ display_name: "~ Enterprise RHEL 7.0 (libunwind)"
batchtime: 1440 # 1 day
runs_on:
- rhel70
expansions:
<<: *enterprise-rhel-70-64-bit-expansions-template
- compile_flags: --ssl MONGO_DISTMOD=rhel70 --dbg=on --opt=on -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars --use-libunwind
+ compile_flags: --ssl MONGO_DISTMOD=rhel70 --opt=on -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars --use-libunwind
has_packages: false
mh_target: ""