summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorBrian McCarthy <brian.mccarthy@mongodb.com>2021-09-24 14:30:41 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-24 14:54:04 +0000
commit51e26a8d76e3e6e80b435fc0235c49c2fbaac021 (patch)
tree99f814a334ab4f521a01c91cb50e84bfa46899f4 /buildscripts
parent7863aab8172b6a90d6cecdce28a4c9b36e4a6b53 (diff)
downloadmongo-51e26a8d76e3e6e80b435fc0235c49c2fbaac021.tar.gz
SERVER-59321 Update suffix var to v5.0 in compile expansions
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/generate_compile_expansions_shared_cache.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/generate_compile_expansions_shared_cache.py b/buildscripts/generate_compile_expansions_shared_cache.py
index 337e9669c0f..14787ff0271 100755
--- a/buildscripts/generate_compile_expansions_shared_cache.py
+++ b/buildscripts/generate_compile_expansions_shared_cache.py
@@ -61,8 +61,8 @@ def generate_version_expansions():
raise ValueError("Unable to parse version from stdin and no version.json provided")
if version_parts[0]:
- expansions["suffix"] = "latest"
- expansions["src_suffix"] = "latest"
+ expansions["suffix"] = "v5.0-latest"
+ expansions["src_suffix"] = "v5.0-latest"
expansions["is_release"] = "false"
else:
expansions["suffix"] = version_line