| 22 Sep 2021 |
lukegb (he/him) | It's... also a function call | 23:49:34 |
lukegb (he/him) | (same as e.g. done_testing; at the end of the .t) | 23:49:52 |
| 23 Sep 2021 |
mbprtpmnr | Guys, I just setup an Hydra instance, how I can create an job for building ... kernel for example...? | 12:59:30 |
mbprtpmnr | Nope? Nobody?! | 14:47:44 |
tomberek | Have you created a project? Start with manually making some projects and job sets to build understanding. | 14:52:58 |
cransom | well, do you have a nix expression for the thing you want to build? | 14:53:11 |
mbprtpmnr | That's what I try to say, idk this things and I want someone to help me... | 14:57:03 |
mbprtpmnr | I can make an user and maybe someone can make an example... | 14:57:45 |
mbprtpmnr | * I can make an user and maybe someone can login and make an example... | 14:58:06 |
cransom | you can look at the configs in hydra.nixos.org and put something together. but before that, the readme in the hydra git repo has a bare minimal example | 15:01:01 |
mbprtpmnr | Well, I tried to put some configs from hydra.nixos.org but...nothing is building... | 15:22:40 |
mbprtpmnr | And two: I want to make an job to build my nixos flake system... | 15:23:12 |
mbprtpmnr | In reply to @tomberek:matrix.org Have you created a project? Start with manually making some projects and job sets to build understanding. I create almost the same as in hydra.nixos.org ... | 15:34:42 |
Rick (Mindavi) | You can use journalctl to see if hydra complains about anything | 15:35:26 |
mbprtpmnr | In reply to @rick:matrix.ciphernetics.nl You can use journalctl to see if hydra complains about anything I do that, nix is fetching git repo... | 15:36:01 |
Rick (Mindavi) | And there are some guides, building nixpkgs is not really a good example | 15:36:15 |
mbprtpmnr | In reply to @rick:matrix.ciphernetics.nl And there are some guides, building nixpkgs is not really a good example Maybe not, but I want to learn and...idk how and where to start... cat you take a look please...? https://hydra.mbprtpmnr.xyz | 15:38:45 |
Rick (Mindavi) | Seems to be doing _something_ now | 15:42:04 |
mbprtpmnr | hydra-eval-jobs returned exit code 1:
error: Please be informed that this pseudo-package is not the only part of
Nixpkgs that fails to evaluate. You should not evaluate entire Nixpkgs
without some special measures to handle failing packages, like those taken
by Hydra.
error: Failed to evaluate LAStools-201003: «unfree»: has an unfree license (‘unfree’)
error: Failed to evaluate LAStools-201003: «unfree»: has an unfree license (‘unfree’)
error: Failed to evaluate LAStools-201003: «unfree»: has an unfree license (‘unfree’)
error: Failed to evaluate ldc-1.27.1: «unsupported»: is not supported on ‘aarch64-linux’
error: Failed to evaluate seabios-1.14.0: «unsupported»: is not supported on ‘aarch64-linux’
error: Failed to evaluate acpica-tools-20210730: «unsupported»: is not supported on ‘x86_64-darwin’
error: Failed to evaluate acpica-tools-20210730: «unsupported»: is not supported on ‘x86_64-darwin’
error: Failed to evaluate acpica-tools-20210730: «unsupported»: is not supported on ‘x86_64-darwin’
error: unexpected EOF reading a line
| 15:43:07 |
Rick (Mindavi) | It would be wise to add a branchname, but I guess it'll default to whatever git defaults to | 15:44:10 |
mbprtpmnr | Is master branch... | 15:45:06 |
Rick (Mindavi) | Yes | 15:45:17 |
Rick (Mindavi) | Config seems to be ok otherwise? I don't see any obvious issues | 15:46:00 |
mbprtpmnr | In reply to @rick:matrix.ciphernetics.nl Config seems to be ok otherwise? I don't see any obvious issues error: Failed to evaluate LAStools-201003: «unfree»: has an unfree license (‘unfree’) and error: Failed to evaluate acpica-tools-20210730: «unsupported»: is not supported on ‘x86_64-darwin’ | 15:46:40 |
ajs124 | In reply to @rick:matrix.ciphernetics.nl It would be wise to add a branchname, but I guess it'll default to whatever git defaults to it defaults to master | 15:46:53 |
ajs124 | it does not default to the default branch of the remote, for reasons | 15:47:09 |
mbprtpmnr | In reply to @andreas.schraegle:helsinki-systems.de it does not default to the default branch of the remote, for reasons And how can I set to other branch? | 15:47:54 |
Rick (Mindavi) | Put the name behind the url | 15:48:10 |
ajs124 | space after the uri and then the name | 15:48:11 |
mbprtpmnr | In reply to @andreas.schraegle:helsinki-systems.de space after the uri and then the name https://github.com/NixOS/nixpkgs.git master https://github.com/NixOS/nixpkgs.git nixos-unstable like that? | 15:49:10 |