darwin02: disable hercules, build03: set remotePlatformsWithSameFeatures for hercules

This commit is contained in:
zowoq 2024-04-04 15:55:37 +10:00
parent e82b00eee9
commit c50f041203
2 changed files with 7 additions and 1 deletions

View file

@ -17,6 +17,10 @@
./postgresql.nix
];
# agent is disabled on darwin02
# hercules-ci-agent: security: createProcess: posix_spawnp: does not exist
services.hercules-ci-agent.settings.remotePlatformsWithSameFeatures = [ "aarch64-darwin" "x86_64-darwin" ];
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f9:3b:2946::1/64";
networking.hostName = "build03";

View file

@ -4,7 +4,9 @@
imports = [
inputs.self.darwinModules.common
inputs.self.darwinModules.builder
inputs.self.darwinModules.hercules-ci
# remotePlatformsWithSameFeatures is enabled on build03
# hercules-ci-agent: security: createProcess: posix_spawnp: does not exist
#inputs.self.darwinModules.hercules-ci
inputs.self.darwinModules.remote-builder
];