Revert "darwin02: disable hercules, build03: set remotePlatformsWithSameFeatures for hercules"
This reverts commit c50f041203
.
This commit is contained in:
parent
aac186bc74
commit
b23eb88225
2 changed files with 1 additions and 7 deletions
hosts
|
@ -17,10 +17,6 @@
|
||||||
./postgresql.nix
|
./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";
|
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f9:3b:2946::1/64";
|
||||||
|
|
||||||
networking.hostName = "build03";
|
networking.hostName = "build03";
|
||||||
|
|
|
@ -4,9 +4,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
inputs.self.darwinModules.common
|
inputs.self.darwinModules.common
|
||||||
inputs.self.darwinModules.builder
|
inputs.self.darwinModules.builder
|
||||||
# remotePlatformsWithSameFeatures is enabled on build03
|
inputs.self.darwinModules.hercules-ci
|
||||||
# hercules-ci-agent: security: createProcess: posix_spawnp: does not exist
|
|
||||||
#inputs.self.darwinModules.hercules-ci
|
|
||||||
inputs.self.darwinModules.remote-builder
|
inputs.self.darwinModules.remote-builder
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue