aboutsummaryrefslogtreecommitdiffstats
path: root/community/firefox/no-ccache-stats.patch
blob: 4d557a01504f5a770ecf5165d8b509bf1ecfd972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
prevents a call to ccache
diff --git a/python/mozbuild/mozbuild/controller/building.py b/python/mozbuild/mozbuild/controller/building.py
index bf7009a..011c012 100644
--- a/python/mozbuild/mozbuild/controller/building.py
+++ b/python/mozbuild/mozbuild/controller/building.py
@@ -570,6 +570,7 @@ class BuildMonitor(MozbuildObject):
             )
 
     def ccache_stats(self, ccache=None):
+        return None
         ccache_stats = None
 
         if ccache is None: