Skip to content

Commit aec8314

Browse files
johnalotoskiJimbo4350
authored andcommitted
tx-generator: is already excluded by cabal on windows
1 parent 60a8955 commit aec8314

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

flake.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,7 @@
340340
inherit pkgs;
341341
inherit (exes.cardano-node.identifier) version;
342342
platform = "win64";
343-
exes = lib.collect lib.isDerivation (
344-
# FIXME: restore tx-generator once plutus-scripts-bench is fixed for windows:
345-
removeAttrs projectExes ["tx-generator"]
346-
);
343+
exes = lib.collect lib.isDerivation projectExes;
347344
};
348345
internal.roots.project = windowsProject.roots;
349346
variants = mapAttrs (_: v: removeAttrs v.windows ["variants"]) ciJobsVariants;
@@ -375,8 +372,6 @@
375372
[
376373
# FIXME: cardano-tracer-test for windows should probably be disabled in haskell.nix config:
377374
"windows\\.(.*\\.)?checks\\.cardano-tracer\\.cardano-tracer-test"
378-
# FIXME: plutus-scripts-bench (dep of tx-generator) does not compile for windows:
379-
"windows\\.(.*\\.)?tx-generator.*"
380375
# hlint required status is controlled via the github action:
381376
"native\\.(.*\\.)?checks/hlint"
382377
# system-tests are build and run separately:

0 commit comments

Comments
 (0)