Skip to content

Commit 7cdac32

Browse files
committed
ci: rm unneeded deps, sizing for the db tools test
1 parent f3929bc commit 7cdac32

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

nix/nixos/tests/cardano-node-dbtools.nix

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ in {
2626
db-analyser
2727
db-synthesizer
2828
db-truncater
29-
] ++ (with pkgs; [
30-
gnugrep
31-
]);
29+
];
3230

3331
variables = {
3432
CARDANO_CLI = getExe cardanoNodePackages.cardano-cli;
@@ -38,10 +36,6 @@ in {
3836
VRF_KEY = "${testDir}/pools-keys/pool1/vrf.skey";
3937
};
4038
};
41-
42-
# The default disk size of 1024 MB is insufficient for the binary artifact
43-
# and tar gzip expansion.
44-
virtualisation.diskSize = 2048;
4539
};
4640
};
4741

0 commit comments

Comments
 (0)