diff options
author | Zakhar Kleyman <zakhar.kleyman@mongodb.com> | 2019-02-13 13:38:23 -0500 |
---|---|---|
committer | Zakhar Kleyman <zakhar.kleyman@mongodb.com> | 2019-02-13 15:21:05 -0500 |
commit | a5388bd274e0df770457122dc3cef704e60c25ae (patch) | |
tree | 650581ef48d1cd7e9d828970d994739a9134c597 | |
parent | ef21e1e71d57c362cf7cf34a21dbb4554788465c (diff) | |
download | mongo-a5388bd274e0df770457122dc3cef704e60c25ae.tar.gz |
SERVER-39568 Disable local scons cache for Ubuntu 18.04 s390x build variants
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 169ec0e2021..28816c2af9c 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -8844,7 +8844,6 @@ buildvariants: packager_arch: s390x packager_distro: ubuntu1804 repo_edition: org - scons_cache_scope: local tooltags: "ssl" build_mongoreplay: true display_tasks: @@ -8889,7 +8888,6 @@ buildvariants: multiversion_platform: ubuntu1804 multiversion_architecture: s390x multiversion_edition: enterprise - scons_cache_scope: local display_tasks: - *dbtest - *unittests |