summaryrefslogtreecommitdiff
path: root/firefox/no-ccache-stats.patch
blob: 8ef804919cfc6461ce38b9d7992cc63518f3701f (plain)
    1 prevents a call to ccache
    2 --- a/python/mozbuild/mozbuild/controller/building.py
    3 +++ b/python/mozbuild/mozbuild/controller/building.py
    4 @@ -586,6 +586,7 @@
    5              )
    6  
    7      def ccache_stats(self):
    8 +        return None
    9          ccache_stats = None
   10  
   11          ccache = mozfile.which("ccache")

Generated by cgit