build04: reenable big-parallel

This commit is contained in:
zowoq 2023-01-06 13:12:43 +10:00
parent f4acd00709
commit 44cce95f44
2 changed files with 3 additions and 2 deletions
build04
roles/remote-builder

View file

@ -9,8 +9,8 @@
nixpkgs.system = "aarch64-linux"; nixpkgs.system = "aarch64-linux";
# disable default features # disable kvm/nixos-tests
nix.settings.system-features = [ ]; nix.settings.system-features = [ "big-parallel" ]; # sync with roles/remote-builder/aarch64-build04.nix
# we use grub because systemd-boot sometimes fail on aarch64/EFI # we use grub because systemd-boot sometimes fail on aarch64/EFI
# XXX check if this is still an issue? # XXX check if this is still an issue?

View file

@ -9,6 +9,7 @@
sshKey = config.sops.secrets.id_buildfarm.path; sshKey = config.sops.secrets.id_buildfarm.path;
sshUser = "nix"; sshUser = "nix";
system = "aarch64-linux"; system = "aarch64-linux";
supportedFeatures = [ "big-parallel" ]; # sync with build04/configuration.nix
} }
]; ];
sops.secrets.id_buildfarm = { }; sops.secrets.id_buildfarm = { };