File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 319
319
} ;
320
320
} ;
321
321
nonRequiredPaths = [
322
- # hlint required status is controled via the github action:
323
- "native\\ .(.*\\ .)?checks/hlint "
322
+ #FIXME: hydraJobs.native.workbench-ci-test need some work to support Conway
323
+ "native\\ .(.*\\ .)?workbench-ci-test "
324
324
#FIXME: cardano-tracer-test for windows should probably be disabled in haskell.nix config:
325
325
"windows\\ .(.*\\ .)?checks\\ .cardano-tracer\\ .cardano-tracer-test"
326
326
#FIXME: plutus-scripts-bench (dep of tx-generator) does not compile for windows:
327
327
"windows\\ .(.*\\ .)?tx-generator.*"
328
- ] ++
329
- lib . optionals ( system == "x86_64-darwin" ) [
330
- #FIXME: ExceptionInLinkedThread (ThreadId 253) pokeSockAddr: path is too long
331
- "native\\ .(.*\\ .)?.checks/cardano-testnet/cardano-testnet -tests"
328
+ # hlint required status is controled via the github action:
329
+ "native \\ .(.* \\ .)?checks/hlint"
330
+ #system-tests are build and run separately:
331
+ "native\\ .(.*\\ .)?system -tests"
332
332
] ;
333
333
in
334
334
pkgs . callPackages iohkNix . utils . ciJobsAggregates
You can’t perform that action at this time.
0 commit comments