Skip to content

Commit

Permalink
Merge branch 'cardano-tracer' of github.com:input-output-hk/cardano-n…
Browse files Browse the repository at this point in the history
…ode into cardano-tracer
  • Loading branch information
Denis Shevchenko committed Jan 18, 2022
2 parents 3df0e37 + e26bc2c commit ce7efa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ let
# systemd can't be statically linked
packages.cardano-config.flags.systemd = !pkgs.stdenv.hostPlatform.isMusl;
packages.cardano-node.flags.systemd = !pkgs.stdenv.hostPlatform.isMusl;
packages.cardano-tracer.flags.systemd = !pkgs.stdenv.hostPlatform.isMusl;
})
# Musl libc fully static build
({ pkgs, ... }: lib.mkIf pkgs.stdenv.hostPlatform.isMusl (let
Expand Down
6 changes: 4 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
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 ce7efa1

Please sign in to comment.