Skip to content
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

Support darwin-arm64 #520

Closed
lucacasonato opened this issue Nov 11, 2020 · 7 comments
Closed

Support darwin-arm64 #520

lucacasonato opened this issue Nov 11, 2020 · 7 comments

Comments

@lucacasonato
Copy link
Member

lucacasonato commented Nov 11, 2020

This will require us to have runners capable of darwin-arm64, or using QEMU.

@ry
Copy link
Member

ry commented Dec 7, 2020

gn mistakenly thinks the host is x86_64 (I think because we use x86_64 gn binaries). To force arm64 build use

V8_FROM_SOURCE=1 GN_ARGS="host_cpu=\"arm64\"" cargo build -vv

@ry
Copy link
Member

ry commented Dec 8, 2020

Not supported in CI yet, but I've uploaded aarch64-apple-darwin binaries for v0.14.0
https://github.com/denoland/rusty_v8/releases/tag/v0.14.0

@YangtseSu

This comment has been minimized.

@zhmushan

This comment has been minimized.

@lucacasonato
Copy link
Member Author

This is the tracking issue for macOS arm64.

@lucacasonato
Copy link
Member Author

Well please create another issue, because this issue is not for tracking linux arm64, but for macOS.

@devsnek
Copy link
Member

devsnek commented Jul 2, 2024

We are building darwin aarch64 now.

@devsnek devsnek closed this as completed Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants