Skip to content

Commit

Permalink
Disable Hydra CI for darwin runners
Browse files Browse the repository at this point in the history
The IOG Hydra CI is often failing on the darwin runners and we want to
have less false negatives on our tests. Now that we have own github
actions, this should only impact nix cache hits on cache.iog.io
  • Loading branch information
ch1bo committed Jan 9, 2024
1 parent 853cd4d commit 55a8c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
};

# Build selected derivations in CI for caching
hydraJobs = {
hydraJobs = pkgs.lib.optionalAttrs (!pkgs.stdenv.isDarwin) {
packages = { inherit (packages) hydra-node hydra-tui hydraw spec; };
devShells = { inherit (devShells) default ci; };
};
Expand Down

0 comments on commit 55a8c68

Please sign in to comment.