-
Notifications
You must be signed in to change notification settings - Fork 208
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
Build on MacOS #986
Comments
As of now we do not support blobfuse on MacOS. |
FYI there is https://osxfuse.github.io/. I haven't tried it though. |
Yes I am aware of OsxFuse but integration with that and making rest of the code compile on MacOS will need some changes in the code base. As of now we do not have enough resources to make that effort. We have this item in our backlog though. |
Thanks a lot, will look forward to it. 💯 |
In Linux, you would eventually use the /dev/fuse descriptor, while in Mac it is not enough. |
We also publish a Ubn-22 based container for blobfuse2, may be you can try that if that solves your problem. |
I'm trying to build blobfuse2 on MacOS.
I'm hitting an error:
It seems to come from this line:
https://github.com/Azure/azure-storage-fuse/blob/04107526750a10018ac8b1ec15f6aa5945198200/component/libfuse/libfuse_wrapper.h
Would it be possible to make blobfuse2 build on MacOS?
The text was updated successfully, but these errors were encountered: