Hydra | 385 Members | |
| 109 Servers |
| Sender | Message | Time |
|---|---|---|
| 14 Aug 2022 | ||
| yeah, hydra have a separate parser for the machine file | 15:18:21 | |
| Redacted or Malformed Event | 15:28:00 | |
In reply to @linus:schreibt.jetztI didn't, and since I've never written perl I didn't really feel qualified to fix the implementation anyway. But I'm sure there should be simple alternatives | 16:32:35 | |
| This is all I've got, I think: https://github.com/NixOS/hydra/issues/1209 | 16:33:32 | |
| fair enough, thanks :) | 17:27:14 | |
| 18:11:59 | ||
| OK whomst do I poke here to get https://github.com/NixOS/hydra/pull/1243 merged | 18:12:22 | |
In reply to @k900:0upti.medas_j | 18:16:42 | |
In reply to @andreas.schraegle:helsinki-systems.deajs124 | 18:17:29 | |
Download image.png | 18:17:59 | |
| 19:05:52 | ||
| 19:08:50 | ||
| 15 Aug 2022 | ||
| Is this the only thing I need to set to get remote cache upload working for hydra? https://github.com/NixOS/nixos-org-configurations/blob/master/delft/hydra.nix#L33 | 11:43:29 | |
| And the aws stuff obviously | 11:43:51 | |
| That's all I needed for my minio cache, yeah | 14:37:29 | |
| 16:24:36 | ||
| 17:21:10 | ||
| 23:19:28 | ||
| 16 Aug 2022 | ||
In reply to @k900:0upti.meBump | 18:42:44 | |
In reply to @k900:0upti.meajs124 | 18:42:56 | |
| 21:45:16 | ||
| 17 Aug 2022 | ||
| 08:55:37 | ||
| I haven't used Hydra much and have a question to see whether it might be a suitable tool for my usecase. I maintain a repository which defines some FPGA-targets for an embedded OS and I am providing pre-built FPGA bitstreams for these targets, so people don't have to install the heavyweight proprietary FPGA toolchains (>= 50GB binary blob) themselves. I'm already building all of this with Nix, but using regular CI infrastructure like GitHub Actions or TravisCI to automate this is infeasible (can't redistribute the binary blob and it exceeds CI resource limitations). If I were to build this with Hydra, can I
| 09:05:59 | |
| 09:31:52 | |
| 1. maybe/sort of yes. we build stuff like displaylink on our internal hydra, where you need to download the zip manually and agree to the license. 2. sure. hydra comes with a binary cache, but barely anyone uses it. you could just have a hook to only copy the bitstreams or use hydra-support stuff, to offer downloads. | 09:31:58 | |
In reply to @andreas.schraegle:helsinki-systems.deWe should finally implement a setting to disable the binary cache | 09:32:33 | |
| What about adding the toolchain as an impure path? That way it never ends up in the store unless a derivation explicitly copies it in | 09:32:56 | |
| well, I use the binary cache because plotting a nix-serve next to it is not really any different | 09:33:23 | |
In reply to @sandro:supersandro.deI didn't say I wanted to remove it (right now), just having an option to hide the option in the UI and to serve 404s instead of NARs | 09:33:55 | |
In reply to @linus:schreibt.jetzt( extra-sandbox-paths nix option, see man nix.conf) | 09:34:00 | |