| 24 Jan 2023 |
@janne.hess:helsinki-systems.de | * yep, we already have uri and can just have a mapping uri → length. Something around the lines of if ($input->{shortRev}) $ev->inputrevlengths->create({ uri => $input->{uri}, length -> length($input->{shortRev}) }) | 10:41:01 |
@janne.hess:helsinki-systems.de | * yep, we already have uri and can just have a mapping uri → length. Something around the lines of if ($input->{shortRev}) $ev->inputrevlengths->create({ uri => $input->{uri}, length => length($input->{shortRev}) }) | 10:41:14 |
| 31 Jan 2023 |
| @austreelis:the-apothecary.club joined the room. | 13:02:14 |
| 1 Feb 2023 |
wucke13 | Why would hydra report "Unsupported system type" for a job that is for aarch64-linux despite having ssh://localhost (x86_64-linux, i686-linux, aarch64-linux, wasm32-wasi) in the machine status? | 15:52:53 |
@grahamc:nixos.org | you'll need to nix show-derivation on the derivation | 15:55:24 |
@grahamc:nixos.org | there might be requiredFeatures that your localhost doesn't support on that architecture | 15:55:34 |
wucke13 | The corresponding reproduce locally works on the machine hosting hydra. I'm 100% sure that this machine is actually capable of building said derivation | 15:57:47 |
@grahamc:nixos.org | can you do it anyway? :) | 15:58:32 |