no-ccache-stats.patch 470 B

1234567891011121314
  1. prevents a call to ccache
  2. diff --git a/python/mozbuild/mozbuild/controller/building.py b/python/mozbuild/mozbuild/controller/building.py
  3. index bf7009a..011c012 100644
  4. --- a/python/mozbuild/mozbuild/controller/building.py
  5. +++ b/python/mozbuild/mozbuild/controller/building.py
  6. @@ -570,6 +570,7 @@ class BuildMonitor(MozbuildObject):
  7. )
  8. def ccache_stats(self, ccache=None):
  9. + return None
  10. ccache_stats = None
  11. if ccache is None: