-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
osx-arm64 needs to be built from source #13
Comments
linux-aarch64 added in #49 |
linux-aarch64 cross-compile added in #68 so we can actually publish packages (since Travis keeps tipping over). This does require disabling V8 snapshotting, which doesn't work in a cross-build (although there is a modified version of Cargo that can turn it back on, at least for Linux targets). This comes with a small performance hit at startup (imperceptible in my tests). |
Cross-building is even harder than it looks — the initial cross-build produced binaries with a couple of problems in the build architecture baked in to the binary. I fixed this in #82, but it won't work on OSX. Deno really doesn't support cross-compilation, and I'm pretty sure the |
I've opened another issue (denoland/deno#27496) on cross-compilation support for Deno, which will help the |
Solution to issue cannot be found in the documentation.
Issue
I gave up on cross-compiling in #10 and used a binary repack. It would be better to build from source somehow - either fix the cross-compiling or build on native Apple Silicon if/when it is available.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: