Hydra | 388 Members | |
| 108 Servers |
| Sender | Message | Time |
|---|---|---|
| 13 May 2022 | ||
In reply to @linus:schreibt.jetztAh, the component that creates the .drv files to be realised by the nix daemon later? | 10:31:32 | |
| not necessarily the daemon, but yes | 10:31:44 | |
| Understood. Yeah, not always the daemon (see single-user installs), but I wanted to simplify for clarity. Thx. | 10:32:27 | |
| the evaluator also talks to the daemon on multi-user installs, in order to actually create the .drvs :) | 10:33:10 | |
| das_j: Do you think a remark about the naming of "is forbidden in restricted mode" (Hydra error, not found in Hyfra docs) vs. "restrict-eval" (underlying Nix feature) deserves its own issue or shall I mention it in PR #888? | 10:34:29 | |
In reply to @os:matrix.flyingcircus.ioI don't know, maybe not in #888 since I doubt this will ever get merged or looked at again | 10:35:00 | |
| It could be mentioned in the Hydra docs that the "restricted mode" is derived from "restrict-eval", or the error message could be rephrased | 10:35:40 | |
| Or if #888 is abandoned than someone (I?) might just document that restricted mode == restrict-eval is always switched on. | 10:36:22 | |
In reply to @os:matrix.flyingcircus.ioIt's not abandoned, we do rebase it to master when needed because it's one of the 20 patches we pick into our downstream hydra :D | 10:37:01 | |
In reply to @os:matrix.flyingcircus.ioBut what would the error message say? It's not like you can just change an option to fix the issue | 10:37:25 | |
In reply to @janne.hess:helsinki-systems.deHuh? I thought that's what #888 is introducing. But I honestly haven't checked where evaluator_restrict_eval comes from. | 10:39:11 | |
In reply to @os:matrix.flyingcircus.ioYeah that is what it's introducing. But I doubt this will ever get merged so having an error message that says something else isn't really helpful. Documenting that is probably a better way to go (but in a separate PR!) | 10:40:04 | |
| Okay. Todolistengeräusch | 10:40:45 | |
In reply to @linus:schreibt.jetztAh, one of the nix paths contained a ${nixpkgs} reference in a path. I replaced that with a relative path (possible in that particular case), but adjusting the NIX_PATH might also be a viable way. | 11:44:31 | |
In reply to @os:matrix.flyingcircus.ioIf anything you want it to be an input in your hydra jobset definition, because NIX_PATH doesn't apply globally in Hydra | 11:55:16 | |
| I'll have a look, thx. | 11:56:01 | |
| 14 May 2022 | ||
| 11:55:50 | ||
| 15 May 2022 | ||
| 13:19:12 | ||
| Some maybe stupid questions: * How do I make docker/VM images available after a run? * How can I upload my cache to cachix/S3 after a run? | 14:03:05 | |
you can use runCommand to push paths to a cache. if you look around for references to hydra-build-products in nixpkgs, you'll see how to create links for downloads in hydra. | 16:49:58 | |
In reply to @casey:hubns.netThank you 🙏 | 16:53:59 | |
| 16 May 2022 | ||
| 04:23:39 | ||
| 04:26:08 | ||
| 13:19:04 | ||
| 18:15:46 | ||
| 17 May 2022 | ||
| 12:22:43 | ||
Getting this error: Use of uninitialized value in split at /nix/store/g3lg8z40x6m0l81h3fjkvg6gd2h9wv3m-hydra-0.1.20220502.7c133a9/libexec/hydra/lib/Hydra/Plugin/GithubPulls.pm line 33.which seems to be this line: https://github.com/NixOS/hydra/blob/b41818e067c7d3925171bcfaeb854015d5b64ff1/src/lib/Hydra/Plugin/GithubPulls.pm#L33 | 19:40:06 | |
| How can I debug/Fix this? I'm not a good perl developer :P | 19:40:23 | |
one would guess $res->header("Link") is null (I have never used perl before) | 19:45:19 | |
* one would guess $res->header("Link") is null (I have never written perl before) | 19:45:32 | |