summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morrow <andrew.morrow@10gen.com>2019-09-27 18:39:42 +0000
committerevergreen <evergreen@mongodb.com>2019-09-27 18:39:42 +0000
commitd7859889921c253b01207d05f526009680b46052 (patch)
tree5044dc651cdd544c0333cd1cc913aee3823ee95d
parent71e4779b0da9e8d58dbb179c49b1a86c5e48c93d (diff)
downloadmongo-d7859889921c253b01207d05f526009680b46052.tar.gz
SERVER-43655 Dynamic builders should cache shared libraries
-rw-r--r--etc/evergreen.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 08c69c87803..5262ca6350c 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -11651,6 +11651,7 @@ buildvariants:
# We need --allocator=system here solely due to SERVER-27675
compile_flags: --link-model=dynamic --allocator=system -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_clang.vars --mobile-se=on
scons_cache_scope: shared
+ scons_cache_mode: all
tooltags: "ssl sasl gssapi"
build_mongoreplay: true
tasks:
@@ -11670,6 +11671,7 @@ buildvariants:
# We need --allocator=system here solely due to SERVER-27675
compile_flags: --link-model=dynamic --allocator=system -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_clang.vars --mobile-se=on
scons_cache_scope: shared
+ scons_cache_mode: all
tasks:
- name: clang_tidy_TG
@@ -11682,6 +11684,7 @@ buildvariants:
# We need --allocator=system here solely due to SERVER-27675
compile_flags: --link-model=dynamic --allocator=system -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_clang.vars
scons_cache_scope: shared
+ scons_cache_mode: all
tooltags: ""
build_mongoreplay: true
tasks: