rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

Support darwin-arm64

Open lucacasonato opened this issue 4 years ago • 6 comments

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

lucacasonato avatar Nov 11 '20 12:11 lucacasonato

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 avatar Dec 07 '20 21:12 ry

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

ry avatar Dec 08 '20 00:12 ry

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

Maybe linux-aarch64 too.

YangtseSu avatar Jan 24 '21 13:01 YangtseSu

windows too?

zhmushan avatar Feb 07 '21 09:02 zhmushan

This is the tracking issue for macOS arm64.

lucacasonato avatar Feb 13 '21 16:02 lucacasonato

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

lucacasonato avatar Feb 13 '21 16:02 lucacasonato