aboutsummaryrefslogtreecommitdiffstats
path: root/community/firefox/no-ccache-stats.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/firefox/no-ccache-stats.patch')
-rw-r--r--community/firefox/no-ccache-stats.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/firefox/no-ccache-stats.patch b/community/firefox/no-ccache-stats.patch
new file mode 100644
index 00000000000..4d557a01504
--- /dev/null
+++ b/community/firefox/no-ccache-stats.patch
@@ -0,0 +1,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: