Closed Timmmm closed 5 months ago
712 tests ±0 712 :white_check_mark: ±0 0s :stopwatch: ±0s 6 suites ±0 0 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit 634d2c53. ± Comparison against base commit 0e9850fe.
Looks fine to me.
Currently we generate an ocamlbuild setup but we should probably switch to dune. ocamlbuild is a bit legacy at this point.
These OCaml files can be read only, in which case copying them for a second build fails. To work around this use the
-f
flag which ignores the read-only-ness.Fixes #407