cache
cache copied to clipboard
Cache dependencies and build outputs in GitHub Actions
# Issue I recently attempted to save and restore a cache between my self-hosted OSX runners and the GH-hosted ones. However I was unable to get this working, as I...
## Description Adds a note that the key is rendered during the restore step, as it is currently not clear that this is the case. ## Motivation and Context Behavior...
Add `--remove-files` on tarball creation ## Description Just added `--remove-files` flag to `tar` on the save section. This flag removes files on the fly as they are being added to...
From what I've seen this is something that this action is not intended to do but which I think would be a good functionality to have. It would be incredible...
Adding the `--remove-files` flag would prevent the following error: ``` Post job cleanup. /usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/owner/repo --files-from manifest.txt --use-compress-program zstdmt zstd: error 70 :...
We're trying to turbo-charge our builds via fine-grained caching with the Pants build system. Pants recently gained experimental support for using the GitHub Actions Cache as a fine-grained "remote cache",...
We exclusively use git tags for mobile releases, and due to the nature of tags we never gain the performance of caching because each tag is treated as a separate...
Hi, I would like to have an option `if-no-files-found` like on [`actions/upload-artifact`](https://github.com/actions/upload-artifact) https://github.com/actions/upload-artifact/blob/65d862660abb392b8c4a3d1195a2108db131dd05/action.yml#L11-L19 The benefit for me that would allow me to make `actions/cache` & `actions/cache/save` fail when the provided...
https://github.com/actions/cache/blob/04f198bf0b2a39f7230a4304bf07747a0bddf146/save/README.md?plain=1#L83-L84 In my experience, if we had an exact cache hit, the attempt to save the cache (under the same key) will produce an error. So, the docs should be...
BornNk
Thank you 🙇♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be...