ocaml-bench / sandmark

A benchmark suite for the OCaml compiler
The Unlicense
82 stars 40 forks source link

Benchmark runs seem to be failing due to base.v0.16.3 install failure #470

Closed punchagan closed 2 months ago

punchagan commented 2 months ago

Due to a recent change on ocaml/ocaml trunk, base.v0.16.3 fails to install .

base is a build dependency of owl, which only has sequential benchmarks (no parallel ones). So, the failure happens only for sequential benchmarks. Parallel ones run alright.