Skip to content

Commit fd97699

Browse files
hamishmackdeepfire
authored andcommitted
Disable trace-dispatcher-test when cardano-tracer is disabled
1 parent 8f86929 commit fd97699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/haskell.nix

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ haskell-nix.cabalProject' ({ pkgs
6969
({ pkgs, ... }: {
7070
packages.tx-generator.package.buildable = with pkgs.stdenv.hostPlatform; isUnix && !isMusl;
7171
packages.cardano-tracer.package.buildable = with pkgs.stdenv.hostPlatform; isUnix && !isMusl;
72+
packages.cardano-tracer.components.tests.cardano-tracer-test.buildable = with pkgs.stdenv.hostPlatform; lib.mkForce (!isMusl);
7273
packages.cardano-node-chairman.components.tests.chairman-tests.buildable = lib.mkForce pkgs.stdenv.hostPlatform.isUnix;
7374
packages.plutus-tx-plugin.components.library.platforms = with lib.platforms; [ linux darwin ];
7475
packages.locli.package.buildable = with pkgs.stdenv.hostPlatform; isUnix && !isMusl;

0 commit comments

Comments
 (0)