this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23166 from raphael-proust/fix-mrmime-old-release

Disable tests for mrmime.0.4.0 and .0.5.0 on ocaml5

authored by

Kate and committed by
GitHub
d2f3b847 83dc45d3

+2 -2
+1 -1
packages/mrmime/mrmime.0.4.0/opam
··· 11 11 12 12 build: [ 13 13 ["dune" "build" "-p" name "-j" jobs] 14 - ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14 + ["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "5.0"} 15 15 ] 16 16 17 17 depends: [
+1 -1
packages/mrmime/mrmime.0.5.0/opam
··· 11 11 12 12 build: [ 13 13 ["dune" "build" "-p" name "-j" jobs] 14 - ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14 + ["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "5.0"} 15 15 ] 16 16 17 17 depends: [