Skip to content

Commit 5b57a66

Browse files
committed
remove x86_64-darwin CI
1 parent 7c758c3 commit 5b57a66

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/continuous-integration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ We provide CI for these platforms:
22

33
- `aarch64-darwin`
44
- `aarch64-linux`
5-
- `x86_64-darwin`
65
- `x86_64-linux`
76

87
Both `aarch64-linux` and `x86_64-linux` have support for `kvm`/`nixos-test`.
98

10-
We only have limited build capacity for `*-darwin` so please don't use it excessively.
9+
We only have limited build capacity for `aarch64-darwin` so please don't use it excessively.
1110

1211
See [here](./infrastructure.md#continuous-integration) for details about the hardware.
1312

hosts/darwin02/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
nixCommunity.darwin.ipv6 = "2a01:4f8:d1:5715::2 64 2a01:4f8:d1:5715::1";
1313

1414
nix.settings.sandbox = "relaxed";
15-
nix.settings.extra-platforms = [ "x86_64-darwin" ];
1615

1716
# disable nixos-tests
1817
nix.settings.system-features = [ "big-parallel" ];

0 commit comments

Comments
 (0)