Skip to content

Commit

Permalink
OCaml ci debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrm committed Oct 29, 2024
1 parent c136452 commit 3106cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_lockfree/dune
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let () =

(rule
(enabled_if
(< %{ocaml_version} 4.13.0))
(< %{ocaml_version} 4.14.0))
(action
(copy seq.ocaml4.13.ml seq.ml)))

Expand All @@ -40,7 +40,7 @@ let () =
(enabled_if
(and
(<> %{os_type} Win32)
(> %{ocaml_version} 5.0.0)))
(>= %{ocaml_version} 5.0.0)))
(libraries saturn_lockfree)
(files bounded_stack.mli))
|}

0 comments on commit 3106cf1

Please sign in to comment.