Skip to content

Commit f291606

Browse files
committed
ci(hydra): remove unneeded packages
Only public binaries and libraries should be built, with the addition of eventual tools that may be usefull to third parties (only the e2e at the moment).
1 parent 3afd04e commit f291606

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@
110110
};
111111
mithril-aggregator = buildPackage ./mithril-aggregator/Cargo.toml mithril.cargoArtifacts { cargoTestCommand = "cargo test --no-default-features"; };
112112
mithril-signer = buildPackage ./mithril-signer/Cargo.toml mithril.cargoArtifacts { cargoTestCommand = "cargo test --no-default-features"; };
113-
mithril-persistence = buildPackage ./internal/mithril-persistence/Cargo.toml mithril.cargoArtifacts {};
114-
mithrildemo = buildPackage ./demo/protocol-demo/Cargo.toml mithril.cargoArtifacts {};
115113
mithril-end-to-end = buildPackage ./mithril-test-lab/mithril-end-to-end/Cargo.toml null {};
116114
};
117115

0 commit comments

Comments
 (0)