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

ci: test AArch64/Armv7hf Linux on ubuntu-22.04-arm runner #7123

Merged
merged 2 commits into from
Jan 25, 2025
Merged

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Jan 25, 2025

Motivation

Currently, we are testing aarch64-unknown-linux-gnu and armv7-unknown-linux-gnueabihf using QEMU, but QEMU is slow than native execution.

GitHub now supports free AArch64 Linux runners as public preview, so this PR use it for them.

Solution

As for aarch64-unknown-linux-gnu, it is enough to change the OS to run on, and as for armv7-unknown-linux-gnueabihf, it is necessary to change the OS to run on and install some additional packages, but the latter is handled by the setup-cross-toolchain-action currently already in use, so in practice it is also enough to change the OS to run on.

(As for armv5te-unknown-linux-gnueabi, Ubuntu does not provide packages for armel, so unlike armv7-unknown-linux-gnueabihf (armhf), we still need to use QEMU for now.)

This PR also removes CircleCI config (.circleci/config.yml) because native AArch64 test is now covered in GitHub Actions.

Note that this PR uses ubuntu-22.04-arm instead of ubuntu-24.04-arm due to upstream bug: rust-lang/rust#135867
(I leaved TODO comments about it.)

@taiki-e taiki-e added the A-ci Area: The continuous integration setup label Jan 25, 2025
@@ -532,15 +532,19 @@ jobs:

cross-test-with-parking_lot:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test for aarch64 is no longer "cross-test", but I leave it as is for now, the new runner is still in public preview, and if something goes wrong we can revert this PR with less-conflicts.

Copy link
Contributor

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Darksonn Darksonn merged commit fb7dec0 into master Jan 25, 2025
83 checks passed
@Darksonn Darksonn deleted the taiki-e/arm branch January 25, 2025 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: The continuous integration setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants