Skip to content

Implement preliminary OCaml support #425

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

topolarity
Copy link
Contributor

This is a preliminary implementation of OCaml compiler support in BinaryBuilder.

Dependent on JuliaPackaging/Yggdrasil#11146

@topolarity topolarity force-pushed the ct/ocaml-runner branch 4 times, most recently from 5b3662e to 26cc6c5 Compare May 10, 2025 21:41
@topolarity
Copy link
Contributor Author

topolarity commented May 10, 2025

This looks to be almost working. There is some slight disagreement about darwinX in the target triples:

sandbox:${WORKSPACE}/srcdir # /opt/aarch64-apple-darwin/bin/ocamlopt.opt -v
The OCaml native-code compiler, version 5.4.0+dev2-2025-04-22
Standard library directory: /opt/aarch64-apple-darwin/bin/../lib/ocaml
sandbox:${WORKSPACE}/srcdir # ocamlopt.opt -v
/opt/bin/aarch64-apple-darwin20-libgfortran5-cxx11/ocamlopt.opt: line 5: /opt/aarch64-apple-darwin20/bin/ocamlopt.opt: No such file or directory

Any preference for how to resolve that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant