blob: 8ef804919cfc6461ce38b9d7992cc63518f3701f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prevents a call to ccache
--- a/python/mozbuild/mozbuild/controller/building.py
+++ b/python/mozbuild/mozbuild/controller/building.py
@@ -586,6 +586,7 @@
)
def ccache_stats(self):
+ return None
ccache_stats = None
ccache = mozfile.which("ccache")
|