You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently investigating to provide more information.
So, compiling mirage-crypto-ec was reproductibly being OOM-killed (after a really long time!). But for some reason, build with dune install -p mirage-crypto-ec -j1 was successful (and fast).
I'm back at trying to install tls.
So, I managed to install all the dependencies by hand. I had to pass -j1 to dune directly otherwise the build was being killed because of OOM.
The website seems to be working just fine. So I guess the constraint has no reason to be there and can be removed? I tried to run the tests and they are also passing.
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to run an executable (a website made with
drame
) built on top ofhttpcats
on a machine running anarmv7l
kernel but I got the error:I'm making this in issue in order to track why the library is not available on
arm32
.Two things:
x86_32
#9 which shows that the code may also not be working on 32bits anyway.I tried to build it by hand to see what happen:
Then:
I'm currently investigating to provide more information.
So, compiling
mirage-crypto-ec
was reproductibly being OOM-killed (after a really long time!). But for some reason, build withdune install -p mirage-crypto-ec -j1
was successful (and fast).I'm back at trying to install
tls
.So, I managed to install all the dependencies by hand. I had to pass
-j1
todune
directly otherwise the build was being killed because of OOM.The website seems to be working just fine. So I guess the constraint has no reason to be there and can be removed? I tried to run the tests and they are also passing.
The text was updated successfully, but these errors were encountered: