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-04 20:42:40 +0000 |
commit | 2f4044b526ee39cebfe777ecf38653b12bbe092a (patch) | |
tree | 4e40b499122ca1a62c26f9fb2ae5cadb76cb435a /site_scons | |
parent | 7d9117427e3788571df4cf9d7396a4372494a522 (diff) | |
download | mongo-2f4044b526ee39cebfe777ecf38653b12bbe092a.tar.gz |
SERVER-47901 Require ccache when using icecream 1.1 and ninja
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 6d1f06d70d9..a037b7f2d52 100644 --- a/site_scons/site_tools/icecream.py +++ b/site_scons/site_tools/icecream.py @@ -290,4 +290,7 @@ def exists(env): if icecc_version >= _icecream_version_min: validated = True + if validated: + env['ICECREAM_VERSION'] = icecc_version + return validated |