github-action
github-action copied to clipboard
Github action for esy
I tried upgrading this action from a much older version, and now I get a bunch of cache failures. For example: https://github.com/grain-lang/libbinaryen/runs/4885304762?check_suite_focus=true ```log /usr/bin/tar --posix --use-compress-program zstd -T0 -cf cache.tzst...
In [https://github.com/esy/github-action/pull/6](https://github.com/esy/github-action/pull/6) we get support for manifest files. However, this change is not present in `v1`, which is recommended in `README.md` by default I see two options to fix the...
I found that those combined are smaller than the .esy folder. Which can get too big and lead to cache misses. E.g. I have projects where that folder is multiple...
Along with #13 , cache failures such as ``` Error: Unable to reserve cache with key build-darwin-arm64-6e54f555c98a94353c6fe600c1d2a2acb4b678152cb3960d58ae5ccec69c382d-20240515-1, another job may be creating this cache. ``` [ref](https://github.com/ManasJayanth/test-github-action/actions/runs/9994929635/job/27625887874) .. should not stop...
Since #24 , we no longer have multiple restore key candidates for cache restore. They were hardcoded in the action source, where as, it should have been a configurable field....
As noted in #21 , hardlinking across drives (say, `C:` to `D:`) is not necessary in all cases. Right now, it's a problem only if user opts into `node_modules` linker....