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-15 00:35:45 +0000
commitcd5e65bad58855355c33ddc4b5524ba9f104d964 (patch)
treef61199e0e060baeea3afe3241c2fce4e775306a9
parent1cdc3629e67678ef1805254aac419c835c5d8bfb (diff)
downloadmongo-cd5e65bad58855355c33ddc4b5524ba9f104d964.tar.gz
SERVER-75066 switch efs scons cache to use global writeable directory
(cherry picked from commit 6c229a6b69a59409d8b116d24ea3f39ed754062d)
-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 b09e6d88889..b37618cb3a8 100755
--- a/buildscripts/generate_compile_expansions_shared_cache.py
+++ b/buildscripts/generate_compile_expansions_shared_cache.py
@@ -61,7 +61,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
expansions[