Upgraded base/cmake to version 3.27.7 Upgraded base/glib to 2.78.1 Upgraded base/libvpx to 1.10.0 Added AMDGPU and BPF build targets to base/llvm Added a patch to extra/ffmpegthumbnailer for fixing a build error against ffmpeg 5.X versions Upgraded gtk/libwnck3 to 3.36.0 Upgraded heavybuilds/firefox to 115.5.0 Added some patches to base/wpa-supplicant Added glslang to xorg
13 lines
470 B
Diff
13 lines
470 B
Diff
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:
|