Skip to content

Commit 6e533c4

Browse files
remove dmq from scripts
1 parent f90faba commit 6e533c4

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
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

nix/ouroboros-network.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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 =

scripts/ci/cabal.project.local.Windows

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ package ouroboros-network
2525
-- compilation
2626
--
2727

28-
package dmq-node
29-
flags: -cddl
30-
3128
package cardano-diffusion
3229
flags: +asserts -cddl

scripts/ci/run-stylish-haskell.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ FD_OPTS="-e hs --ignore-file ./scripts/ci/check-stylish-ignore -X stylish-haskel
6565
fd . './network-mux' $FD_OPTS
6666
fd . './ouroboros-network' $FD_OPTS
6767
fd . './cardano-diffusion' $FD_OPTS
68-
fd . './dmq-node' $FD_OPTS
6968

7069
if [ $USE_GIT == 1 ]; then
7170
git --no-pager diff --exit-code

0 commit comments

Comments
 (0)