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

update async-tungstenite to enable ppc builds #214

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

adamthiede
Copy link
Contributor

I'm attempting to package magic-wormhole.rs for Alpine Linux, and it's failing the powerpc build because of a dependency chain. async-tungstenite depends on async-tls, which depends on rustls, which depends on ring. ring prior to 0.17 did not support ppc: briansmith/ring#1904

Updating to the latest async-tungstenite removes the dependency on the older version of ring and should allow this to build on ppc.

@felinira
Copy link
Collaborator

Thanks, looking good :)

Test failures seem to be due to too old MSRV, will bump it after merge.

@felinira felinira merged commit cfe1e23 into magic-wormhole:master Feb 25, 2024
7 of 13 checks passed
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.

2 participants