File tree Expand file tree Collapse file tree 4 files changed +0
-17
lines changed
Expand file tree Collapse file tree 4 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 4545 ghc-version : ${{ matrix.ghc }}
4646 cabal-version : " 3.12.1.0"
4747
48- - name : Install system dependencies
49- uses : input-output-hk/actions/base@latest
50- with :
51- use-sodium-vrf : true # default is true
52-
5348 - uses : actions/checkout@v6
5449
5550 - name : " Configure cabal.project.local"
@@ -153,9 +148,6 @@ jobs:
153148 if : runner.os != 'Windows'
154149 run : cabal run cardano-diffusion:cardano-diffusion-sim-tests -- +RTS -maxN2 -RTS
155150
156- - name : dmq-node [dmq-tests]
157- run : cabal run dmq-node:dmq-tests -- +RTS -maxN2 -RTS
158-
159151 # Uncomment the following back in for debugging. Remember to launch a `pwsh` from
160152 # the tmux session to debug `pwsh` issues. And be reminded that the `/msys2` and
161153 # `/msys2/mingw64` paths are not in PATH by default for the workflow, but tmate
Original file line number Diff line number Diff line change @@ -106,15 +106,10 @@ let
106106 packages . cardano-diffusion . components . tests . protocols-cddl . preCheck = "export HOME=`pwd`" ;
107107 # note: protocols-cddl is disabled on Windows in ./scripts/ci/cabal.project.local.Windows
108108
109- packages . dmq-node . components . tests . dmq-cddl . build-tools = [ pkgs . cddl pkgs . cbor-diag pkgs . cddlc ] ;
110- packages . dmq-node . components . tests . dmq-cddl . preCheck = "export HOME=`pwd`" ;
111-
112109 # pkgs are disabled since we don't have enough CPU bandwidth on MacOS machines
113110 packages . ouroboros-network . components . tests . framework-sim-tests . doCheck = onLinux ;
114111 packages . ouroboros-network . components . tests . ouroboros-network-sim-tests . doCheck = onLinux ;
115112
116- packages . dmq-node . components . tests . dmq-tests . preCheck =
117- if buildSystem == "x86_64-linux" then "export GHCRTS=-M2500M" else "" ;
118113 packages . network-mux . components . tests . test . preCheck =
119114 if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "" ;
120115 packages . ouroboros-network . components . tests . protocols-test . preCheck =
Original file line number Diff line number Diff line change @@ -25,8 +25,5 @@ package ouroboros-network
2525-- compilation
2626--
2727
28- package dmq-node
29- flags: -cddl
30-
3128package cardano-diffusion
3229 flags: +asserts -cddl
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ FD_OPTS="-e hs --ignore-file ./scripts/ci/check-stylish-ignore -X stylish-haskel
6565fd . ' ./network-mux' $FD_OPTS
6666fd . ' ./ouroboros-network' $FD_OPTS
6767fd . ' ./cardano-diffusion' $FD_OPTS
68- fd . ' ./dmq-node' $FD_OPTS
6968
7069if [ $USE_GIT == 1 ]; then
7170git --no-pager diff --exit-code
You can’t perform that action at this time.
0 commit comments