pyopengl
pyopengl copied to clipboard
ARM Runners
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 theMANYLINUXenvironment variable based on the detected architecture, ensuring compatibility with both x86_64 and aarch64 architectures.
Configuration Updates:
pyproject.toml: Addedcibuildwheelconfiguration to specify architectures, verbosity, test commands, and necessary environment variables for macOS builds. This ensures proper build and test setups for different architectures.