Skip to content
Compare
Choose a tag to compare
@deemp deemp released this 10 Mar 20:48
8351fb9

Changes compared to v4

  • Support two backends for the cache package (#40):
    • Add the backend input (there's an issue though)
    • Add BuildJet/toolkit fork (link).
    • Add actions/toolkit fork (link).
  • Patch cache packages to support tar arguments.
    • Also suggest this patch to actions/toolkit (link).
  • Fix cache merging
    • Remove the option --skip-old-files from the tar command in the restore phase to overwrite files that should be overwritten with files from a cache (see the comment).
    • Don't try to restore existing /nix/store files.
    • Fix merging stores #31.
  • Add the save-always input introduced in the actions/cache v4.0.0.
    • Currently, it doesn't work #36.
  • Sync with actions/cache v4.0.2

Note

The release date isn't important. This release was updated via:

git tag -f v5
git push -f --tags