-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add linker options for Xen/Mini-OS #231
Conversation
Thanks! Is there an easy way to set up CI for ctypes on Xen/Mini-OS? It'd be useful to have some kind of automatic check to avoid inadvertently breaking the build. |
7d0cbf2
to
c78c3ec
Compare
I've added some tests. Note however that they won't pass until the next mirage-platform release. |
mirage-platform releases with this change now in ocaml/opam-repository#3219 |
The tests are passing on linux/4.01.0 now, but failing on osx (as expected, presumably). |
I would have thought you should be able to install |
mirage-xen wont compile on osx just yet due to the mirage-xen-minios dep |
ca85276
to
606cb4e
Compare
I've updated the tests to check the Xen support only when |
Thanks, @talex5! |
Add linker options for Xen/Mini-OS
Note: depends on mirage/mirage-platform#111