Skip to content

Commit

Permalink
mark bench/miou optional to avoid CI build failures
Browse files Browse the repository at this point in the history
since (package mirage-crypto-rng-miou-unix) is not supported without
(public_names ..) in dune, there's no easy alternative.
  • Loading branch information
hannesm committed Jun 9, 2024
1 parent 8c5d585 commit c2f4459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
(executables
(names miou)
(modules miou)
(libraries mirage-crypto-rng-miou-unix))
(libraries mirage-crypto-rng-miou-unix)
(optional))

0 comments on commit c2f4459

Please sign in to comment.