Revert "darwin02: disable hercules, build03: set remotePlatformsWithSameFeatures for hercules"

This reverts commit c50f041203.
This commit is contained in:
zowoq 2024-04-10 08:46:48 +10:00
parent aac186bc74
commit b23eb88225
2 changed files with 1 additions and 7 deletions

View file

@ -17,10 +17,6 @@
./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,9 +4,7 @@
imports = [
inputs.self.darwinModules.common
inputs.self.darwinModules.builder
# remotePlatformsWithSameFeatures is enabled on build03
# hercules-ci-agent: security: createProcess: posix_spawnp: does not exist
#inputs.self.darwinModules.hercules-ci
inputs.self.darwinModules.hercules-ci
inputs.self.darwinModules.remote-builder
];