Skip to content
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

dune fails on macOS when dune-cache is enabled #88

Closed
ivg opened this issue May 25, 2021 · 5 comments
Closed

dune fails on macOS when dune-cache is enabled #88

ivg opened this issue May 25, 2021 · 5 comments
Labels

Comments

@ivg
Copy link
Member

ivg commented May 25, 2021

I am aware that dune-cache is not yet supported on macOS, but would be at least possible to prevent the builds from failing if it is set, e.g., by not setting the option on macOS, or setting it to disabled?

Maybe there is an obvious workaround that I am missing?

@smorimoto
Copy link
Member

For example, this expr allows us to do that!

dune-cache: ${{ matrix.os != 'macos-latest' }}

@smorimoto smorimoto added the question Further information is requested label May 25, 2021
@smorimoto
Copy link
Member

And it's what I'm doing here: BinaryAnalysisPlatform/bap#1312

@ivg
Copy link
Member Author

ivg commented May 25, 2021

thank you so much! I wish I noticed your PR earlier))

@ivg ivg closed this as completed May 25, 2021
@smorimoto
Copy link
Member

No worries at all!

@smorimoto smorimoto added upstream and removed question Further information is requested labels Feb 20, 2022
@smorimoto
Copy link
Member

Resolved with ocaml/opam-repository#20758.

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

No branches or pull requests

2 participants