Skip to content

Commit fe9847d

Browse files
committed
Disable macOS ci for now
1 parent 309c6eb commit fe9847d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

flake.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,11 @@
297297
hydraJobs.nix-tools = pkgs.releaseTools.aggregate {
298298
name = "nix-tools";
299299
constituents = (if runningHydraEvalTest then [ ] else [
300-
"aarch64-darwin.nix-tools.static.zipped.nix-tools-static"
301-
"x86_64-darwin.nix-tools.static.zipped.nix-tools-static"
302-
"aarch64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
303-
"x86_64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
300+
# TODO put these back when the macOS builders for ci.zw3rk.com are back online
301+
# "aarch64-darwin.nix-tools.static.zipped.nix-tools-static"
302+
# "x86_64-darwin.nix-tools.static.zipped.nix-tools-static"
303+
# "aarch64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
304+
# "x86_64-darwin.nix-tools.static.zipped.nix-tools-static-no-ifd"
304305
]) ++ [
305306
"x86_64-linux.nix-tools.static.zipped.nix-tools-static"
306307
"x86_64-linux.nix-tools.static.zipped.nix-tools-static-arm64"

0 commit comments

Comments
 (0)