summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morrow <andrew.morrow@10gen.com>2019-08-27 17:46:09 +0000
committerevergreen <evergreen@mongodb.com>2019-08-27 17:46:09 +0000
commit8e8dbbba56e2024974602b2af79451c93dfa4269 (patch)
treeeeabb6db133d33534e901ffad0f1e0475d6130f1
parent4d4a3280161bd66c8f41ad21a55b41622238a530 (diff)
downloadmongo-8e8dbbba56e2024974602b2af79451c93dfa4269.tar.gz
SERVER-43028 Use separate debug for stitch builds
-rw-r--r--etc/evergreen.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 91b6a2db6a0..ed2baaf9d3f 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -4758,7 +4758,7 @@ tasks:
commands:
- func: "scons compile"
vars:
- targets: install-stitch-support
+ targets: install-stitch-support install-stitch-support-debug
task_compile_flags: >-
--install-mode=hygienic
--dbg=off
@@ -4767,6 +4767,7 @@ tasks:
--ssl=off
--enable-http-client=off
--modules=
+ --separate-debug
DESTDIR='$BUILD_ROOT/stitch-support-lib-$MONGO_VERSION'
- command: shell.exec
params:
@@ -4795,6 +4796,11 @@ tasks:
task_compile_flags: >-
--install-mode=hygienic
--dbg=off
+ --enable-free-mon=off
+ --ssl=off
+ --enable-http-client=off
+ --modules=
+ --separate-debug
DESTDIR='$BUILD_ROOT/stitch-support-lib-$MONGO_VERSION'
- name: stitch_support_run_tests