From 2a470e69477e119cf7cb855b13f2aed01ae22b2e Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Fri, 5 Aug 2022 00:24:49 -0500 Subject: SERVER-68474 added dwp files for split dwarf builds --- etc/perf.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc/perf.yml') 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 -- cgit v1.2.1