Skip to content

Commit

Permalink
don't run tests for containers-data
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Oct 5, 2023
1 parent bb4de5e commit 21517a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,7 @@ with oself;
session-cookie-lwt = callPackage ./cookie/session-lwt.nix { };

containers-data = osuper.containers-data.overrideAttrs (_: {
postPatch = ''
substituteInPlace tests/data/t_bitfield.ml --replace ".Make ()" ".Make (struct end)"
'';
doCheck = false;
});

# Not available for 4.12 and breaking the static build
Expand Down

0 comments on commit 21517a2

Please sign in to comment.