Merged
Conversation
- Updated GitHub Actions versions (checkout@v4, setup-python@v5, maturin-action@v1.44.0) - Added environment variables for ring compilation - Added .cargo/config.toml for consistent builds Co-Authored-By: Claude <noreply@anthropic.com>
- Updated manylinux version to 2_28 for ARM64, ARMv7, s390x, and ppc64le targets - Added explicit linker configurations for cross-compilation targets - Updated all GitHub Actions to latest versions Co-Authored-By: Claude <noreply@anthropic.com>
- Updated x86 target to use manylinux 2_28 which properly supports cdylib - Added specific rustflags for i686 to disable crt-static - Removed global crt-static flag from cargo config that was causing issues - Simplified build configuration for better compatibility Co-Authored-By: Claude <noreply@anthropic.com>
- Reverted to manylinux2014 containers for x86_64 and x86 targets - Added explicit container configurations for better Python/pip support - Added i686 target configuration in cargo config with crt-static disabled - Simplified Docker options to avoid environment variable conflicts Co-Authored-By: Claude <noreply@anthropic.com>
- Added unique artifact names for each build job:
- wheels-linux-{target} for Linux builds
- wheels-windows-{target} for Windows builds
- wheels-macos-{target} for macOS builds
- wheels-sdist for source distribution
- Updated release job to download all artifacts with pattern matching
- Fixed actions/download-artifact to v4 and added merge-multiple option
Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.