diff options
author | Andrew Morrow <andrew.morrow@10gen.com> | 2019-09-27 18:39:42 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-09-27 18:39:42 +0000 |
commit | d7859889921c253b01207d05f526009680b46052 (patch) | |
tree | 5044dc651cdd544c0333cd1cc913aee3823ee95d | |
parent | 71e4779b0da9e8d58dbb179c49b1a86c5e48c93d (diff) | |
download | mongo-d7859889921c253b01207d05f526009680b46052.tar.gz |
SERVER-43655 Dynamic builders should cache shared libraries
-rw-r--r-- | etc/evergreen.yml | 3 |
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: |