Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: daos-stack/fuse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 300a850ca3b97186625ea7bed33652f0622cb951
Choose a base ref
..
head repository: daos-stack/fuse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5fb585706fdb6b92876b5d19a80b9d3a0607cb8b
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 packaging/ccache-stats.patch
2 changes: 0 additions & 2 deletions packaging/ccache-stats.patch
Original file line number Diff line number Diff line change
@@ -37,8 +37,6 @@ index 2666ad9fc..1080ffe68 100644
file_util.mkdirIfAbsent(self.buildroot.make_chroot_path('/var/tmp/ccache'))
file_util.mkdirIfAbsent(self.ccachePath)
self.buildroot.uid_manager.changeOwner(self.ccachePath, recursive=True)
+ # reset cache hit stats before building
+ self.buildroot.doChroot(["ccache", "--zero-stats"], printOutput=True, shell=False)
+
+ # get some cache stats
+ def _ccachePostBuildHook(self):