Skip to content

Commit 7f98f71

Browse files
committed
Do not runtest on OCaml 4.14 or earlier as it triggers a deadlock
1 parent 4022a68 commit 7f98f71

File tree

1 file changed

+1
-1
lines changed
  • packages/saturn/saturn.0.4.1

1 file changed

+1
-1
lines changed

packages/saturn/saturn.0.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build: [
2929
"-j"
3030
jobs
3131
"@install"
32-
"@runtest" {with-test}
32+
"@runtest" {with-test & ocaml:version >= "5.0.0"}
3333
"@doc" {with-doc}
3434
]
3535
]

0 commit comments

Comments
 (0)