| 26 Sep 2022 |
@v0id:nltrix.net | ok it is 2.11.0 | 19:53:20 |
@v0id:nltrix.net | it says in build machines ssh://localhost etc. | 19:54:37 |
@v0id:nltrix.net | * it says in admin/build machines ssh://localhost etc. | 19:55:21 |
@v0id:nltrix.net | prolly transient I'll retry and see. | 19:58:21 |
Rick (Mindavi) | I don't see the issue, but my config doesn't contain localhost as remote builder | 20:01:02 |
Rick (Mindavi) | And I do recall having issues with that, but that was not limited to localhost, also didn't know how to get other remote builders working | 20:01:40 |
@v0id:nltrix.net | Interesting. I followed this one https://nixos.wiki/wiki/Hydra | 20:03:35 |
@v0id:nltrix.net | so it specifies the localhost as a builder | 20:03:49 |
Rick (Mindavi) | Oh yeah, I see | 20:14:31 |
Rick (Mindavi) | Needed for kvm support and such | 20:14:50 |
Rick (Mindavi) | According to that article | 20:15:21 |
@v0id:nltrix.net | I added publicHostKey option let's see if it solves. | 20:23:40 |
@v0id:nltrix.net | this is actually better than relyng on .ssh/known_hosts | 20:23:51 |
@v0id:nltrix.net | I thnk hydra manual should say something about which .ssh/known_hosts | 20:24:08 |
@v0id:nltrix.net | there is one in /var/lib/hydra/.ssh/known_hosts but it failed to work for 2.11 | 20:24:29 |
@v0id:nltrix.net | maybe its my fault don't sure. | 20:24:36 |
@v0id:nltrix.net | * maybe its my fault not sure. | 20:24:44 |
Rick (Mindavi) | If you have any improvements for the wiki you're free to edit 🙂 | 20:25:21 |
Rick (Mindavi) | I think everyone that has/makes an account can edit | 20:25:44 |
Rick (Mindavi) | I definitely remember running into issues with this but apparently I removed that since I couldn't get it to work | 20:26:46 |
@v0id:nltrix.net | waiting for queue-runner to kick in | 20:27:26 |
@v0id:nltrix.net | let's see. | 20:27:27 |
@v0id:nltrix.net | hm wierd now complains about this | 20:29:33 |
@v0id:nltrix.net |
Sep 26 23:28:53 abel hydra-queue-runner[916173]: aborting unsupported build step '/nix/store/p2603b1i05587vf1y55j3igkzhhj60fl-options.json.drv' (type 'x86_64-linux')
| 20:29:39 |
@v0id:nltrix.net | abel seems to suffer from dementia | 20:31:01 |
@v0id:nltrix.net | he forgot he is an x86_64 | 20:31:11 |
@v0id:nltrix.net | no idea :( | 20:32:53 |
@v0id:nltrix.net | maybe I should switch to 2.12 | 20:33:42 |
Rick (Mindavi) | You put this in the config?
nix.buildMachines = [ { hostName = "localhost"; system = "x86_64-linux"; supportedFeatures = ["kvm" "nixos-test" "big-parallel" "benchmark"]; maxJobs = 8; } ]; | 20:33:55 |
@v0id:nltrix.net | there are others | 20:34:12 |