Hydra | 364 Members | |
| 103 Servers |
| Sender | Message | Time |
|---|---|---|
| 29 Jan 2024 | ||
| 11:06:03 | ||
| 20:15:11 | ||
| is it possible to set up hydra to build to a store that's not /nix/store? My /nix/store on the machine I want to set this up on is on a pretty small partition that I don't want to fill up with hydra building other systems' configurations | 20:16:21 | |
the queue runner can write build products to a different store that can be configured with store_uri in hydra.conf. | 20:54:46 | |
| 30 Jan 2024 | ||
In reply to @ma27:nicht-so.sexynice, I'll try that, thanks! | 02:29:23 | |
How can I run a single test using the environment set up by the test Makefile? make check works fine, but when I try using yath as instructed by the README it complains due to a lack of HYDRA_HOME, database, etc. | 03:46:40 | |
| i've applied the following patch:
however, for some reason my repo is still being evaluated in restricted mode. I've tried removing the eval cache, but nothing helped, I'm still getting the error | 11:26:18 | |
| my ci randomly broke after a nixpkgs update and nothing i've tried worked | 11:28:00 | |
| (nix 2.18 btw) | 11:30:46 | |
| the same nix code works fine when run from the hydra user's shell, even with restrict eval on (given the right nix-path in nix.conf) | 11:44:20 | |
| did you try in your patch evalSettings.restrictEval = false; ? | 11:58:00 | |