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
seeing some build failure when building 1.8.1 rel on macos sequoia as below:
File "lib/app/pipeline/pipeline.ml", line 257, characters 23-34: 257 | let really_read fd = Lwt_cstruct.(complete (read fd)) ^^^^^^^^^^^ Error: Unbound module Lwt_cstruct
full build log in here, https://github.com/Homebrew/homebrew-core/actions/runs/10812064459/job/29992955250#step:4:523
The text was updated successfully, but these errors were encountered:
Noted @chenrui333, will take a look!
Sorry, something went wrong.
Just ran into the same thing myself. Is there a stable version for macos builds anyone can recommend?
A workaround would be to pin tar-unix to a version < 3 to get cstruct-lwt as an indirect dependency.
tar-unix
cstruct-lwt
A fix would be to account for newer tar-unix no longer having a dependency on cstruct-lwt
No branches or pull requests
seeing some build failure when building 1.8.1 rel on macos sequoia as below:
full build log in here, https://github.com/Homebrew/homebrew-core/actions/runs/10812064459/job/29992955250#step:4:523
The text was updated successfully, but these errors were encountered: