xgo
xgo copied to clipboard
BSD Support
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: billziss-gh/cgofuse#18
@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