You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
@billziss-gh As there was no reply to this issue in 18+ months, how did you solve BSD compatibility in your cgofuse project? I'm asking because @sungwoncho, author of dnote is struggling with something similar.
@herrbischoff I ended up not using xgo as much as I would have liked (the xgo support is now only for macOS, Linux and Windows). For the BSD's I have individual build instructions.
An even harder problem was setting up CI (Continuous Integration) for BSD as at the time there was no good solution. I ended up with my own basic solution for this: Poor Man's CI
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Any thoughts on adding BSD support (FreeBSD, OpenBSD, NetBSD)?
I am the author of cgofuse, which uses xgo for cross-compilation and recently I have been getting interest in BSD Support for it: winfsp/cgofuse#18
The text was updated successfully, but these errors were encountered: