-
Notifications
You must be signed in to change notification settings - Fork 43
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
interop: building js-libp2p v0.46 image fails #279
Comments
And on my Ubuntu VM (using Parallels on my Mac) the build times out:
The last step took more than an hour without outputting anything. |
On my Linode cloud server (x86_64):
|
This issue with I was able to build
The M1 uses AArch64 architecture and this is an existing issue on node datachannels - the library we use to support webrtc on node.js /electron. Could you try installing OpenSSL via homebrew? i.e. I think going forward it may be more stable to release the js multidim interop tests in an npm package (similar to the js-perf package) @achingbrain @MarcoPolo |
Ultimately we need to pin the dependencies. I took a stab at that in #286 . Installing cmake in the container fixes the issue on arm64 linux. I'm guessing some prebuilt binary was unavailable. |
Building locally (M1 MBP):
The text was updated successfully, but these errors were encountered: