-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Package binaryen.0.1.0 #16637
Package binaryen.0.1.0 #16637
Conversation
It looks like the CI is failing because a git submodule isn't being cloned with the repo on install. Is there a standard way to handle git submodules? |
(or rather, the submodule isn't included in the git archive.) |
I updated the archive to include the submodules, and it looks like things are building. Travis timed out once since one of the build commands took more than ten minutes, and it seems that the ocaml-repo-ci workers don't include |
…add missing build dependency
Sorry for the time it took to take care of this PR. cmake was a required dependency (we pull it by requiring the
Could you return the fixes in the opam file in the source/upstream repository? (no need to retag or do anything regarding the release though, I've fixed what was needed here) |
No worries at all! I patched this upstream at grain-lang/binaryen.ml#4. Thanks so much for your help! |
mmh there seems to be still a few dependencies missing:
Adding |
I'm not completely certain what all of the system dependencies are, but I think it's just cmake and python3. |
Mmh the MacOS check is the only one to fail now:
It seems to be stalling for a long time without giving any inputs. Is that expected? Otherwise I think this PR should be good to be merged? |
Yeah, it takes ~15 minutes or so to compile all of the C code, and dune suppresses the output of that command until it's finished. Doesn't matter in practice, but we could probably add |
Thanks a lot! Sorry again for the delay in handling this PR. |
I appreciate all your help! |
binaryen.0.1.0
OCaml bindings for Binaryen
🐫 Pull-request generated by opam-publish v2.0.0