Skip to content

Commit

Permalink
release.nix: disable musl64/Darwin for cardano-tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jan 18, 2022
1 parent c85274d commit 30f9a0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release.nix
Expand Up @@ -141,8 +141,10 @@ let
[ "plutus-scripts" ]
[ "exes" "plutus-example" ] [ "haskellPackages" "plutus-example" ] [ "tests" "plutus-example" ] [ "checks" "tests" "plutus-example"]
] ++ onlyBuildOnDefaultSystem;
noMusl64Build = [ ["checks"] ["tests"] ["benchmarks"] ["haskellPackages"] ["plan-nix"]]
++ noCrossBuild;
noMusl64Build = [
["checks"] ["tests"] ["benchmarks"] ["haskellPackages"] ["plan-nix"]
[ "haskellPackages" "cardano-tracer" ] [ "tests" "cardano-tracer" ] [ "exes" "cardano-tracer" ]
] ++ noCrossBuild;

# Remove build jobs for which cross compiling does not make sense.
filterProject = noBuildList: project: mapAttrsRecursiveCond (a: !(isDerivation a)) (path: value:
Expand Down

0 comments on commit 30f9a0d

Please sign in to comment.