summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2023-04-04 01:53:45 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-08 00:49:00 +0000
commita3a7bebb4bbee22076b0e895afb031ed46a0ccde (patch)
tree582fdbfe4cd04a8068ce783ad6b6edbb679c59c7
parent7862d4c59c5a851987f72b88f28344aecb9e6fd6 (diff)
downloadmongo-a3a7bebb4bbee22076b0e895afb031ed46a0ccde.tar.gz
SERVER-75066 switch efs scons cache to use global writeable directory
(cherry picked from commit 6c229a6b69a59409d8b116d24ea3f39ed754062d) (cherry picked from commit 845d61384e0b27836a241bac860bfa030e537562)
-rwxr-xr-xbuildscripts/generate_compile_expansions_shared_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/generate_compile_expansions_shared_cache.py b/buildscripts/generate_compile_expansions_shared_cache.py
index d385df3b93e..66b24db7b50 100755
--- a/buildscripts/generate_compile_expansions_shared_cache.py
+++ b/buildscripts/generate_compile_expansions_shared_cache.py
@@ -96,7 +96,7 @@ def generate_scons_cache_expansions():
if sys.platform.startswith("win"):
shared_mount_root = 'X:\\'
else:
- shared_mount_root = '/efs'
+ shared_mount_root = '/efs/scons'
default_cache_path = os.path.join(shared_mount_root, system_uuid, "scons-cache")
expansions["scons_cache_path"] = default_cache_path
# Patches are read only, unless they are for a commit queue merge.