mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
Enable more architectures in Hydra
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
34b331e87b
commit
aca3815c62
|
@ -34,6 +34,7 @@ makeSystem {
|
||||||
|
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
builders = "@/etc/nix/machines";
|
builders = "@/etc/nix/machines";
|
||||||
|
extra-platforms = [ "i686-linux" "aarch64-linux" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.hydra = {
|
services.hydra = {
|
||||||
|
@ -94,6 +95,8 @@ makeSystem {
|
||||||
let
|
let
|
||||||
machines = pkgs.writeText "machines" ''
|
machines = pkgs.writeText "machines" ''
|
||||||
eu.nixbuild.net x86_64-linux - 100 5 benchmark,big-parallel
|
eu.nixbuild.net x86_64-linux - 100 5 benchmark,big-parallel
|
||||||
|
eu.nixbuild.net aarch64-linux - 100 5 benchmark,big-parallel
|
||||||
|
eu.nixbuild.net i686-linux - 100 5 benchmark,big-parallel
|
||||||
'';
|
'';
|
||||||
nix-machines = nglib.dag.dagEntryAnywhere ''
|
nix-machines = nglib.dag.dagEntryAnywhere ''
|
||||||
export PATH=${pkgs.busybox}/bin
|
export PATH=${pkgs.busybox}/bin
|
||||||
|
|
Loading…
Reference in a new issue