-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
No native build on apple silicon m1 #37
Comments
I'm using in my M1. Looking at the error, are you on linux? |
Thank you for the fast reply! I'm on m1 but I'm using Docker |
Ah I see. I guess we need to add a prebuild for Linux M1 then. Is it easy to get Docker running on the M1 now? Since there is no M1 support on Actions yet, I've been doing the M1 builds myself. |
How do you do your own M1 builds? |
Oh nice, I'll try to get it setup when I have some free time. To build it do: git clone git://github.com/mafintosh/utp-native
cd utp-native
npm run fetch-libutp
npm install
npm run prebuild
rm -rf build
npm test # to see that it works If the build works we can add it to the releases :) |
I'm trying to do that procedure but I get timed out running fetch-libutp. Not sure if it's a problem of permissions |
Weird. You just have to clone https://github.com/mafintosh/libutp inside deps/libutp |
Yeah but it tries to download it with git (and not with http) so "probably" it goes timed out for the permissions on the repository. I will try today to clone the directory with http without using |
Hi,
I'm getting this error:
No native build was found for platform=linux arch=arm64 runtime=node abi=93 uv=1 armv=8 libc=glibc node=16.0.0 seeder_1 | loaded from: /app/webtorrent-pocp/node_modules/utp-native
There is a version of this package running on arm64?
The text was updated successfully, but these errors were encountered: