zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 268 seconds]
<bennofs[m]>
why is linux_rpi not a job on hydra?
<bennofs[m]>
I don't see the difference between it and linux-libre for example
<bennofs[m]>
(it has aarch64 in meta hydraPlatforms)
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
FRidh has quit [Read error: Connection reset by peer]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
clr_ is now known as c00w
FRidh has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<samueldr>
bennofs[m]: AFAICT, `extraMeta.hydraPlatforms = with stdenv.lib.platforms; [ aarch64 ];` could be it;
<samueldr>
> stdenv.lib.platforms.aarch64
<{^_^}>
[ <CODE> ]
<samueldr>
,,,
<samueldr>
[ { cpu = { bits = 64; family = "arm"; }; } ]
<samueldr>
I don't know for sure, but I think it's not equivalent to having `"aarch64-linux"` in it
<samueldr>
though it looks like it would work for meta.platforms :/
<samueldr>
though looking at it, I don't know what the other kernels are using :/
<samueldr>
right, so AFAICT it's the only kernel with hydraPlatforms set
<bennofs[m]>
ok I think aarch64-linux would be the right value, I'll try that
<samueldr>
I tried to look quickly at how it filters out platforms (in pkgs/top-level/release-lib.nix) but couldn't confirm or deny whether it would be at fault