-
Notifications
You must be signed in to change notification settings - Fork 157
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
Irmin on xen - current state #348
Comments
the above relationship between |
(mirage-tc should be fine with newer |
and for bin_prot I started to add a xen sublibrary at https://github.com/hannesm/bin_prot/tree/113.33.00+xen but somehow I do not manage to convince the build system thereof to compile and install it... |
solved: https://github.com/hannesm/bin_prot/tree/113.33.00+xen now works (compiles, installs the xen sublibrary as wel); and using the result I can link a Canopy unikernel! :) |
would nevertheless be nice to get an opinion from @samoht about |
I'm in favour of making that dependency optional. |
it doesn't compile anymore...
bin_prot
(used bymirage-tc
) needs to be patched (as you did here for a 112.35 version https://github.com/samoht/bin_prot/tree/112.35.00+xen), mirage-tc has an upper bound onbin_prot < 113.01.00
, butpa_sexp_conv
requires (viatype_conv
) abin_prot >= 113.00.00
.any plan to remove or upgrade the
bin_prot
dependency frommirage-tc
(or remove themirage-tc
dependency fromirmin
)?The text was updated successfully, but these errors were encountered: