Closed hannesm closed 6 years ago
I added an upper bound for mirage-profile in https://github.com/ocaml/opam-repository/pull/10774
Given that ocplib-endian is a rather small library, I think that it would be reasonable to fix the build system by adding it as an unconditional dependency as a first step.
@gasche true, that patch is in https://github.com/mirage/mirage-profile/pull/31 :)
cstruct 3.2.0 removed its dependency on ocplib-endian.
mirage-profile fails to build without that. see e.g. https://travis-ci.org/mirage/mirage-skeleton/jobs/303932160
I tried to update mirage-profile, but couldn't wrap my head around:
in
src/jbuild
-- how would I introduceocplib-endian ocplib-endian.bigstring
dependencies if and only iflwt.tracing
is around (since ocplib is only used inmProf_trace_with_tracing.ml
)?