-
Notifications
You must be signed in to change notification settings - Fork 206
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
nannou
crate build failed
#471
Comments
Your build error doesn't seem to be related to the version of rust, though. cc @pietroalbini, do you intentionally make |
It looks like |
Yeah, otherwise a malicious crate could've messed up the state for other crates. |
I just tried building The good news is, |
Looks like this isn't a bug in docs.rs, going to close this. |
Thanks for digging into this @alberdingk-thijm! |
@jyn514, do you happen to know when docs.rs will try to build |
Rebuilding automagically is #464 . Currently someone has to schedule a manual build. |
This particular crate won't be helped by rebuilding however because it tries to write to a read only filesystem. |
We tracked down the dependency ( |
@alberdingk-thijm Could you make these updates in a different repo, such as nannou-org/nannou#429? This is not a docs.rs bug. |
Oh hold on I think I misunderstood your comment. You're asking us to build with a different version of a minor dependency? We don't control dependency management, that's done by cargo. If you've fixed the bug you can publish a new version and docs.rs will build that version. |
Gotcha, that's what I was asking. Thanks for your help! |
Crate name: nannou
Build failure link: https://docs.rs/crate/nannou/0.12.0/builds/196525
Additional details:
The build seems to fail on the xcb dependency version 0.8.2, however this build has succeeded in the past and is currently available on docs.rs. This leads me to wonder if the cause is a bug in the latest rustdoc nightly. Is it possible to get the documentation re-built with stable?
The text was updated successfully, but these errors were encountered: