Skip to content

Commit e4e2928

Browse files
committed
nix: make variants nonrequired for macos until CI has more capacity for macos builds
1 parent cf37873 commit e4e2928

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@
329329
"native\\.(.*\\.)?checks/hlint"
330330
#system-tests are build and run separately:
331331
"native\\.(.*\\.)?system-tests"
332+
] ++
333+
lib.optionals (system == "x86_64-darwin") [
334+
#FIXME: make variants nonrequired for macos until CI has more capacity for macos builds
335+
"native\\.variants\\..*"
332336
];
333337
in
334338
pkgs.callPackages iohkNix.utils.ciJobsAggregates

0 commit comments

Comments
 (0)