Skip to content

Commit de61363

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ inputs, ... }:
1+
{ inputs, lib, ... }:
22

33
{
44
imports = [
@@ -12,7 +12,7 @@
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" ];
15+
nix.settings.extra-platforms = lib.mkForce [ ];
1616

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

0 commit comments

Comments
 (0)