-
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
Add ocamlfuse.2.7.1-cvs8 #23728
Add ocamlfuse.2.7.1-cvs8 #23728
Conversation
On the repo it is marked as pre-release: https://github.com/astrada/ocamlfuse/releases Looks like it is broken on macos/arm64:
|
bug-reports: "https://github.com/astrada/ocamlfuse/issues" | ||
depends: [ | ||
"dune" {>= "3.7"} | ||
"ocaml" {>= "4.02.3"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See failure above
"ocaml" {>= "4.02.3"} | |
"ocaml" {>= "4.02.3" & < "5.0"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem seems to be caused by camlidl. It should be solved by this PR: xavierleroy/camlidl#25. When it's released, it should fix the error on macos with ocaml 5.0. The purpose of this new version is indeed supporting ocaml 5.0.
Fixed. I usually set it as pre-release until I'm sure I don't have to release a hotfix. |
Just waiting for a camlidl release, so marking this as temporarily blocked. Unless you'd like to mark it as |
OK, I pushed an opam file that disables macos |
Thanks! |
No description provided.