contrib/firefox/no-ccache-stats.patch

12 lines
294 B
Diff
Raw Normal View History

2022-09-19 14:31:08 +02:00
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")