magic-nix-cache/gha-cache/src
Cory Snyder 4f25f7b3e6 Fix compatibility issues with alternative GHA cache implementation
Fixes two compatibility issues with the alternative GHA cache server
implementation:

https://github.com/falcondev-oss/github-actions-cache-server

1. This implementation does not support redundant forward slashes
   in URL paths. The change allows magic-nix-cache to work properly
   regardless of whether ACTIONS_CACHE_URL ends in a forward slash or
   not.
2. The cache IDs returned by this implementation can be too big for
   an i32, so the representation of the CacheID type has been updated
   to an i64.

Signed-off-by: Cory Snyder <csnyder@1111systems.com>
2024-09-20 05:12:26 -04:00
..
api.rs Fix compatibility issues with alternative GHA cache implementation 2024-09-20 05:12:26 -04:00
credentials.rs Kind of works 2023-05-08 03:48:11 -06:00
lib.rs Enforce stricter lints 2023-05-08 12:59:57 -06:00
util.rs Kind of works 2023-05-08 03:48:11 -06:00