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: Use native arm builders #3464

Merged
merged 2 commits into from
Feb 24, 2025
Merged

ci: Use native arm builders #3464

merged 2 commits into from
Feb 24, 2025

Conversation

bdarnell
Copy link
Member

This speeds up the build job dramatically by eliminating the need for
emulation.

MacOS builds have also shifted to run on arm hosts instead of x86 hosts,
and it's now possible to run tests for both arm and x86 on the same
host.

New timings:

  • macOS: 9:00
  • ubuntu (intel): 10:15
  • ubuntu (arm): 6:55
  • windows: 14:50

Previously, the ubuntu build (for intel + emulated arm) took 22 minutes, so we've subtracted 7 minutes from the job run time (windows is now the long pole) and 5 minutes of total running time. Note that we're expanding the test coverage by running the full test suite on arm now, so an apples-to-apples comparison would show even more time savings.

This speeds up the build job dramatically by eliminating the need for
emulation.

MacOS builds have also shifted to run on arm hosts instead of x86 hosts,
and it's now possible to run tests for both arm and x86 on the same
host.
This configuration has a bug which appears unrelated to Tornado:
python/cpython#130522
@bdarnell bdarnell merged commit d92390e into tornadoweb:master Feb 24, 2025
14 checks passed
@bdarnell bdarnell deleted the actions branch February 24, 2025 20:59
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.

1 participant