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

Build wheels for more platforms #50

Merged
merged 1 commit into from
Apr 28, 2022
Merged

Build wheels for more platforms #50

merged 1 commit into from
Apr 28, 2022

Conversation

jordemort
Copy link
Contributor

Enable i686 and aarch64 builds for Linux, and universal2 builds for
macOS. Caught a couple portability problems in the process.

I made a mighty effort trying to get musl and Windows working
along the way but failed; musl is broken because of a bad interaction
with cgo and is probably beyond fixing short of patching the Go
compiler. Windows is suffering from what looks like garden-variety
linker errors and is probably salvagable, but I probably need someone
who knows more about building wheels on Windows to explain what I've
done wrong before I'll be able to fix it.

Enable i686 and aarch64 builds for Linux, and universal2 builds for
macOS. Caught a couple portability problems in the process.

I made a mighty effort trying to get musl and Windows working
along the way but failed; musl is broken because of a bad interaction
with cgo and is probably beyond fixing short of patching the Go
compiler. Windows is suffering from what looks like garden-variety
linker errors and is probably salvagable, but I probably need someone
who knows more about building wheels on Windows to explain what I've
done wrong before I'll be able to fix it.
@jordemort jordemort merged commit e97b433 into main Apr 28, 2022
@jordemort jordemort deleted the more-wheel-platforms branch April 28, 2022 16:08
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