We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to build ocaml-migrate-parsetree-2.1.0 with upstream OCaml (https://github.com/ocaml/ocaml/archive/trunk.tar.gz) for https://github.com/ocaml-bench/sandmark, and it fails with:
ocaml-migrate-parsetree-2.1.0
ocaml src/ast-version (exit 1) (cd _build/default/src && /home/guest/testing/sandmark/_opam/4.13.0+trunk/bin/ocaml config/gen.ml 4.13.0+dev0-2020-10-19) Unknown OCaml version 4.13.0+dev0-2020-10-19
It builds fine for https://github.com/ocaml/ocaml/archive/4.12.0.tar.gz. How can this be fixed?
The text was updated successfully, but these errors were encountered:
This was fixed in #114
Sorry, something went wrong.
Since this was fixed when adding the 4.13 support, I'm going to close the issue.
No branches or pull requests
I am trying to build
ocaml-migrate-parsetree-2.1.0
with upstream OCaml (https://github.com/ocaml/ocaml/archive/trunk.tar.gz) for https://github.com/ocaml-bench/sandmark, and it fails with:It builds fine for https://github.com/ocaml/ocaml/archive/4.12.0.tar.gz.
How can this be fixed?
The text was updated successfully, but these errors were encountered: