-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
v0.12.11 breaks my wasm-unknown-unknown build #2509
Comments
It might be the cc @jlizen |
Yeah, interesting that the CI job did not complain. I can find a fix for this tomorrow. @jonatino can you share some error outputs to help confirm our reproduction matches your issue? I agree that it likely looks the transitive dependency on |
I think I see the CI issue. We have:
IE, I can add a plain cargo build to ci along with the fix. |
I have a change locally that prunes However, I can't actually produce the old failure using:
So I won't be able to directly confirm the fix without more information from @jonatino . I'll also hold off on including changes to github CI until I can repro. |
@jlizen was able to get a minimal example to reproduce it. Run Fails to build with reqwest 0.12.11. Change the version inside of the common project's Cargo.toml, build works with v0.12.9. Lmk if there's anything else you need! |
@jonatino thanks! I was able to reach the build failure with your reproduction, and I can confirm that my fix in #2510 addresses it. I'll chase down the CI gap sometime this coming week @seanmonstar |
Woops, didn't read the last comment that |
I cut #2514 to continue the investigation into CI gap |
It adds a dependency on tower which adds a dependency on tokio and mio which does not support wasm. Lots of build errors for UdpPacket and TcpPacket bindings.
I think it was this commit specifically. v0.12.9 builds perfectly.
2a7c1b6
The text was updated successfully, but these errors were encountered: