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

Add ARM Testing with Circle CI #335

Closed
fabricereix opened this issue Nov 4, 2021 · 1 comment · Fixed by #340
Closed

Add ARM Testing with Circle CI #335

fabricereix opened this issue Nov 4, 2021 · 1 comment · Fixed by #340
Labels
enhancement New feature or request
Milestone

Comments

@fabricereix
Copy link
Collaborator

Currently, ARM Architecture can not be tested with Github actions.

@fabricereix fabricereix added the enhancement New feature or request label Nov 4, 2021
@fabricereix fabricereix added this to the 1.5.0 milestone Nov 4, 2021
@fabricereix fabricereix linked a pull request Nov 5, 2021 that will close this issue
@lepapareil
Copy link
Collaborator

lepapareil commented Nov 8, 2021

We can easily emulate arm64 cpus over ubuntu, installing qemu, docker and run arm64v8 images:

sudo apt update -qq
sudo apt install -y -qq qemu qemu-user-static binfmt-support
sudo update-binfmts --enable qemu-arm
docker run --rm -it --privileged arm64v8/rust:buster sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants