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

Binary releases for arm64 #8252

Closed
odidev opened this issue Nov 5, 2020 · 1 comment
Closed

Binary releases for arm64 #8252

odidev opened this issue Nov 5, 2020 · 1 comment
Labels
duplicate a duplicate of another issue

Comments

@odidev
Copy link

odidev commented Nov 5, 2020

Expected behavior
Is there any plan to release a Deno binary for linux-arm64?

I have successfully created the binary for Deno by running following:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
export PATH=$PATH:$HOME/.cargo/bin
apt install libglib2.0-dev
git clone https://github.com/denoland/deno/
cd deno
cargo build -vv

It will be very helpful if arm64 binaries are released. If any help is required in releasing them, I am happy to contribute.

Actual behavior
Deno binary is available for amd64 only.

@lucacasonato
Copy link
Member

Duplicate of #1846.

We can not release arm64 until we have the capability to run the tests under arm. Currently running the test suite with QEMU results in a panic inside of the emulation layer.

@kitsonk kitsonk added the duplicate a duplicate of another issue label Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants