Skip to content

Commit 5439c76

Browse files
committed
Build benchmarks only for OCaml >= 4.14.0
1 parent b6850bf commit 5439c76

File tree

1 file changed

+1
-0
lines changed
  • tests/syntax_benchmarks

1 file changed

+1
-0
lines changed

tests/syntax_benchmarks/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
(enabled_if
1010
(and
1111
(<> %{profile} browser)
12+
(>= %{ocaml_version} "4.14.0")
1213
(or
1314
(= %{system} macosx)
1415
; or one of Linuxes (see https://github.com/ocaml/ocaml/issues/10613)

0 commit comments

Comments
 (0)