contrib/firefox/no-ccache-stats.patch
2022-09-19 22:37:26 +10:00

12 lines
294 B
Diff

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")