summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2020-05-01 15:19:59 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-05 21:37:35 +0000
commit3f2b019a750f7aa1cfc87d57e8b5b0691494d329 (patch)
tree03e8e801218f5e4425b018d352e778eeeac67fd6 /site_scons
parent8f80c85d8ef4002abf3107d26e3e8b6f5e75baa5 (diff)
downloadmongo-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.py3
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