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

Used QEMU to move Travis CI jobs to GitHub Actions #247

Closed
wants to merge 5 commits into from

Conversation

radarhere
Copy link
Member

Good news: This PR moves the aarch64 job to GitHub Actions using QEMU, like the main repository, removing the need for Travis CI so that we can stop worrying about the credit limit.

More good news: By virtue of the matrix, this also adds a PyPy Linux aarch64 wheel.

Bad news: ...the aarch64 jobs now take 2 or 2.5 hours to run.

Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

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

That is good news!

And also fairly bad news! :)

I'm almost tempted to keep the Travis ones as they only take 7 minutes, at least until Travis plays up again.

image

On the other hand, we only really depend on this CI on release day, and usually need to wait for the the Windows wheels to be delivered from California anyway. Plus if it's urgent we can always upload the fast ones sooner and the slow ones later.

.github/workflows/wheels.yml Outdated Show resolved Hide resolved
.github/workflows/wheels.yml Outdated Show resolved Hide resolved
radarhere and others added 2 commits January 29, 2022 08:19
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants