mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-47165: Include mongohouse binaries in bypass compile
This commit is contained in:
parent
75f04844c1
commit
52875adf40
@ -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", [
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user