-
-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix nar endpoint for binary cache hosting #1414
Conversation
These are required for the `signString` and `readFile` subroutines used when signing NARs. (cherry picked from commit b94a7b6)
So, I'm now seeing the following log line pop up in my hydra logs:
I feel something's not completely going as it's supposed to go. Also seems to have happened in the build here: https://github.com/NixOS/hydra/actions/runs/10958105848/job/30427640890#step:4:7743 Complete log (with an unrelated fail, don´t mind that, memory pressure on the machine): |
Does adding |
No, does not seem to help anything. |
… undefined See NixOS#1414 (comment) The variable is defined in src/lib/Hydra/Helper/Nix.pm Error message without this patch: ``` hydra-evaluator[PID]: Couldn't require Hydra::Plugin::S3Backup : Global symbol "$MACHINE_LOCAL_STORE" requires explicit package name (did you forget to declare "my $MACHINE_LOCAL_STORE"?) at /nix/store/xxx-hydra-0-unstable-2024-09-24/libexec/hydra/lib/Hydra/Plugin/S3Backup.pm line 95. hydra-evaluator[PID]: Compilation failed in require at /nix/store/xxx-hydra-perl-deps/lib/perl5/site_perl/5.38.2/Module/Runtime.pm line 314. hydra-evaluator[PID]: at /nix/store/xxx-hydra-perl-deps/lib/perl5/site_perl/5.38.2/Module/Pluggable.pm line 32. ```
No description provided.