Skip already-cached packages in CI build-and-cache #43
Reference in New Issue
Block a user
Delete Branch "fix/ci-skip-cached-packages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Before building each package, checks if its store path already exists on the cache host via nix path-info over SSH. Skips build+sign+copy for packages that are already cached. Avoids rebuilding expensive packages like stremio/qt5webengine on every merge.