btrfs-progs icon indicating copy to clipboard operation
btrfs-progs copied to clipboard

Tests: cache build using ccache

Open kdave opened this issue 2 years ago • 0 comments

There's support for ccache in GH actions, https://github.com/hendrikmuhs/ccache-action, example https://github.com/KeyviDev/keyvi/blob/master/.github/workflows/keyvi.yml .

Add it to the devel workflow that runs build multiple times. Maybe the cache can be shared among the jobs, maybe not and there would have to be one job doing just the build and the the others reuse the cache.

kdave avatar Nov 02 '23 13:11 kdave