Skip to content

Commit

Permalink
release.nix: don't run cardano-node-chairman on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jan 12, 2022
1 parent 80f9527 commit 9a1fa3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ let
# Paths or prefixes of paths of derivations to build only on the default system (ie. linux on hydra):
onlyBuildOnDefaultSystem = [
["checks" "hlint"] ["dockerImage"] ["submitApiDockerImage"] ["clusterTests"] ["nixosTests"]
[ "haskellPackages" "cardano-node-chairman" "checks" ]
[ "haskellPackages" "cardano-node-chairman" "coverageReport" ]
[ "haskellPackages" "cardano-node-chairman" ]
[ "cardano-node-profiled" ] [ "cardano-node-eventlogged" ]
[ "checks" "tests" "cardano-node-chairman" ]
[ "workbench" ] [ "profiles" ]
Expand All @@ -137,6 +136,7 @@ let
["shell"] ["devShell"] ["devopsShell"] ["cardano-ping"] ["roots"]
[ "haskellPackages" "cardano-testnet" ]
[ "checks" "tests" "cardano-testnet" ]
[ "tests" "cardano-chairman" ]
[ "tests" "cardano-testnet" ]
[ "plutus-scripts" ]
[ "exes" "plutus-example" ] [ "haskellPackages" "plutus-example" ] [ "tests" "plutus-example" ] [ "checks" "tests" "plutus-example"]
Expand Down

0 comments on commit 9a1fa3e

Please sign in to comment.