xgo icon indicating copy to clipboard operation
xgo copied to clipboard

BSD Support

Open billziss-gh opened this issue 7 years ago • 2 comments

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 avatar Oct 13 '17 17:10 billziss-gh

@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 avatar Aug 12 '19 18:08 herrbischoff

@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

billziss-gh avatar Aug 16 '19 12:08 billziss-gh