Skip to content

Commit

Permalink
do not build ogmios checks and benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Aug 8, 2022
1 parent 1d3c85e commit 6b182d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/cardano/hydraJobs.nix
Expand Up @@ -8,7 +8,8 @@ let
inherit (nixpkgs.stdenv) hostPlatform;
inherit (cells.automation.jobs) mkHydraRequiredJob;
inherit (cell.packages) project nodeProject ogmiosProject;
mergedProject = lib.recursiveUpdate (lib.recursiveUpdate ogmiosProject nodeProject) project;
mergedProject = lib.recursiveUpdate (lib.recursiveUpdate
(removeAttrs ogmiosProject ["checks" "benchmarks"]) nodeProject) project;
internal = {
roots = {
nodeProject = nodeProject.roots;
Expand Down

0 comments on commit 6b182d0

Please sign in to comment.