Skip to content

Invalid instructions? #333

Description

@tsjk

On my Mac OS X v10.15.7 (19H1824) I had to do

opam init \
  && eval $(opam env) \
  && opam pin add qcow.0.11.0 https://github.com/mirage/ocaml-qcow.git -n \
  && opam pin add qcow-tool.0.11.0 https://github.com/mirage/ocaml-qcow.git -n \
  && opam install uri qcow.0.11.0 conduit.2.1.0 lwt.5.3.0 qcow-tool.0.11.0 mirage.3.6.0 mirage-block-unix.2.12.0 \
            conf-libev logs fmt mirage-unix prometheus-app

to make this build. The notable difference is the addition of mirage.3.6.0. I'm not sure that exactly v3.6.0 is needed. I just took a version of the same age as other versioned packages. Without this addition compilation bails out due to the OS module missing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions