diff options
author | Andrew Morrow <acm@mongodb.com> | 2020-05-01 15:19:59 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-05-05 21:37:35 +0000 |
commit | 3f2b019a750f7aa1cfc87d57e8b5b0691494d329 (patch) | |
tree | 03e8e801218f5e4425b018d352e778eeeac67fd6 /site_scons | |
parent | 8f80c85d8ef4002abf3107d26e3e8b6f5e75baa5 (diff) | |
download | mongo-3f2b019a750f7aa1cfc87d57e8b5b0691494d329.tar.gz |
SERVER-47901 Require ccache when using icecream 1.1 and ninja
(cherry picked from commit 2f4044b526ee39cebfe777ecf38653b12bbe092a)
Diffstat (limited to 'site_scons')
-rw-r--r-- | site_scons/site_tools/icecream.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site_scons/site_tools/icecream.py b/site_scons/site_tools/icecream.py index 5ed9faa9456..e5bf112767d 100644 --- a/site_scons/site_tools/icecream.py +++ b/site_scons/site_tools/icecream.py @@ -282,4 +282,7 @@ def exists(env): if icecc_version >= _icecream_version_min: validated = True + if validated: + env['ICECREAM_VERSION'] = icecc_version + return validated |