diff options
author | Daniel Moody <daniel.moody@mongodb.com> | 2022-08-05 00:24:49 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-08-10 05:34:54 +0000 |
commit | 2a470e69477e119cf7cb855b13f2aed01ae22b2e (patch) | |
tree | a19f850e5883460c59871f3d68f306de7e2c16c2 /etc/perf.yml | |
parent | 10e65755f6a20afdedab57736d1b1648232a6194 (diff) | |
download | mongo-2a470e69477e119cf7cb855b13f2aed01ae22b2e.tar.gz |
SERVER-68474 added dwp files for split dwarf builds
Diffstat (limited to 'etc/perf.yml')
-rw-r--r-- | etc/perf.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml index 05cbcbc3c54..2e9f8b3c9e2 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -336,7 +336,10 @@ functions: set -o errexit set -o verbose source "${workdir}/compile_venv/bin/activate" - python ./buildscripts/scons.py ${compile_flags|} ${scons_cache_args|} install-core install-jstestshell MONGO_VERSION=${version} DESTDIR=$(pwd)/mongodb ${patch_compile_flags|} + # TODO: SERVER-68475 + # remove this when a better solution is found + extra_args="SPLIT_DWARF_DWP_FILES=1" + python ./buildscripts/scons.py ${compile_flags|} ${scons_cache_args|} $extra_args install-core install-jstestshell MONGO_VERSION=${version} DESTDIR=$(pwd)/mongodb ${patch_compile_flags|} mkdir -p mongodb/jstests/hooks if [ -d jstests/hooks ] then |