nixbld: add hydra-binary-cache-store.patch that is rebased on hydra-restrictdist.patch #11
Loading…
Reference in New Issue
No description provided.
Delete Branch "astro/it-infra:hydra-local-binary-cache"
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?
The patch can only restrict downloads of
*.narinfo
but not ofnar/*.nar.xz
. Their path contains only a hash without the derivation name. We would have to scan all.narinfo
to get that.Restricting the
.narinfo
should be enough to break binary cache functionality for a derivation.Dragons ahead
Applied this, the "error 10 while decompressing xz file" bug is still present.
I was not aware that Perl will automatically mangle newlines in files. I hope to have solved the corruption issue by adding
:raw
.Nope. It's having none of it.
73877839b6
to9d0da9bf44
Root-on-ZFS avoids this issue.
Pull request closed