summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2020-03-27 20:18:10 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-30 14:19:26 +0000
commit52875adf40e578ab68d7fec7f0396cadaecd89b5 (patch)
treec88cfa8919cb5c3bcdf760f337e37179a1a709a2
parent75f04844c16c161ff963acfa91112009de455a9b (diff)
downloadmongo-52875adf40e578ab68d7fec7f0396cadaecd89b5.tar.gz
SERVER-47165: Include mongohouse binaries in bypass compile
-rwxr-xr-xbuildscripts/bypass_compile_and_fetch_binaries.py2
-rw-r--r--etc/evergreen.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/buildscripts/bypass_compile_and_fetch_binaries.py b/buildscripts/bypass_compile_and_fetch_binaries.py
index 2b99dd293f6..8a48af3aafa 100755
--- a/buildscripts/bypass_compile_and_fetch_binaries.py
+++ b/buildscripts/bypass_compile_and_fetch_binaries.py
@@ -94,6 +94,8 @@ ARTIFACTS_NEEDING_PERMISSIONS = {
ARTIFACT_ENTRIES_MAP = {
"mongo_binaries": "Binaries",
"mongo_debugsymbols": "mongo-debugsymbols.tgz",
+ "mh_archive": "MH Binaries",
+ "mh_debugsymbols": "MH Debuginfo",
}
TargetBuild = namedtuple("TargetBuild", [
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 2c5bf393db0..e3336ded5fe 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1286,12 +1286,12 @@ functions:
file: src/perf.json
"do setup":
+ - *set_task_expansion_macros
- *fetch_artifacts
- *update_bypass_expansions
- *fetch_binaries
- *fetch_debugsymbols_archive
- *extract_binaries
- - *set_task_expansion_macros
- *set_up_virtualenv
- *upload_pip_requirements
- *check_binary_version