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

ARM Runners #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

ARM Runners #136

wants to merge 1 commit into from

Conversation

johnnynunez
Copy link

@johnnynunez johnnynunez commented Feb 18, 2025

This pull request includes several updates to the build and testing configuration to better support multiple architectures and improve clarity. The changes primarily affect the CI workflow, build scripts, and configuration files.

CI Workflow Updates:

  • .github/workflows/accelerate-manylinux.yml: Updated the job matrix to include specific OS versions and architectures, and excluded certain combinations to avoid unnecessary builds. Also updated the naming convention for artifacts to include architecture information. [1] [2] [3]

  • manylinux_2014 will move to 2_28. Deprecation this year 2025.

  • Windows arm runners are coming q2 2025.

Build Script Updates:

  • build-manylinux.sh: Modified the script to dynamically set the MANYLINUX environment variable based on the detected architecture, ensuring compatibility with both x86_64 and aarch64 architectures.

Configuration Updates:

  • pyproject.toml: Added cibuildwheel configuration to specify architectures, verbosity, test commands, and necessary environment variables for macOS builds. This ensures proper build and test setups for different architectures.

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