File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 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 ;
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:
You can’t perform that action at this time.
0 commit comments