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-04 03:19:34 +0000
commit6c229a6b69a59409d8b116d24ea3f39ed754062d (patch)
tree940fb43fca583651b392ad2a768bc02adea93166
parent3bcd730d902040bd33af0a162790f81375d2ff40 (diff)
downloadmongo-6c229a6b69a59409d8b116d24ea3f39ed754062d.tar.gz
SERVER-75066 switch efs scons cache to use global writeable directory
-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 9fa818fbe3a..20dc752e106 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'
scons_cache_dir = os.getenv("SCONS_CACHE_DIR")
if scons_cache_dir: