-
Notifications
You must be signed in to change notification settings - Fork 42
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
Support (Free)BSD #62
Comments
On a related note, the developing file says to use 4.02.3, but when I try to build, it fails because |
BTW, which version of node is needed for running the tests? I've got 10.11 and |
Hello! I've been preparing support for native code generation, and the source instructions have become a bit outdated. I suggest you start working from the most recent release (https://github.com/mhallin/graphql_ppx/tree/0.2.8) instead. As for FreeBSD support, do you know if we can use Travis or some other CI service to either emulate BSD directly, or cross-compile the binaries from Linux? A solution that would let us run the test suite would be the ideal scenario. |
I changed two things, rather unscientifically, using
As for CI, yeah, there is a dearth of options, but I did find this: https://cipier.net -- although I cannot set up your repo, I will see how far I can get with one of my own and follow up. |
Looks like cipier is for CI of ports of packages to FreeBSD, not just a general purpose CI that runs on FreeBSD. For now I can build graphql_ppx as needed, and until a CI that runs FreeBSD becomes available, there's no good way to resolve this. |
One option could be to run qemu (http://erouault.blogspot.com/2016/09/running-freebsd-in-travis-ci.html), which could be helpful for |
I saw that, too, but that looked challenging. Maybe it's gotten better since then. |
BTW, how does one build graphql_ppx from source? The README doesn't say, it just suggests filing an issue.
The text was updated successfully, but these errors were encountered: