-
Notifications
You must be signed in to change notification settings - Fork 203
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
wasmcloud-host failed nightly build, succeeds stable build #1348
Comments
Because some crates only build on nightly, so building with stable will break them instead.
Unfortunately not: #506. I did build clang-sys 0.29.3 locally without issues, so not sure what's breaking. Looking into it now. |
Makes sense @jyn514, thanks for looking into it |
It's a nightly regression rust-lang/rust#84162 |
Does that mean this docs build can be re-queued once the regression is over? |
@autodidaddict yes, I can queue a build once it's fixed. |
Queued and rebuilt: https://docs.rs/wasmcloud-host/0.17.0/wasmcloud_host/ |
Thanks @jyn514 🔥 |
Crate name: wasmcloud-host
Build failure link: https://docs.rs/crate/wasmcloud-host/0.17.0/builds/375602
Additional details:
Our crate,
wasmcloud-host
, builds successfully on the latest stable version of Rust1.51.1
. We're not entirely sure why docs.rs is using this nightly build, but it appears to cause issues and fail to build our project. Could we retry this docs.rs build with a stable version of Rust?Thank you!
The text was updated successfully, but these errors were encountered: