0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-27 23:27:11 +01:00

SERVER-55446 revert addition of scons stacktrace in evergreen logs

This commit is contained in:
Daniel Moody 2021-06-17 12:27:38 -05:00 committed by Evergreen Agent
parent 9753384b0d
commit 8b7db5db5b

View File

@ -32,7 +32,7 @@ fi
# Conditionally enable scons time debugging
if [ "${show_scons_timings}" = "true" ]; then
extra_args="$extra_args --debug=time,stacktrace"
extra_args="$extra_args --debug=time"
fi
# Build packages where the upload tasks expect them