-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
docs.rs failed to build nannou-0.12.0 #429
Comments
Thanks for the report! I reported this to docs.rs a little while back - it seems the issue is to do with one of our dependencies attempting to write to the filesystem in a way that the docs.rs build sandbox does not like. Apparently this issue has been addressed in the latest version of the culprit dependency, so it looks like this will be addressed once the necessary chain of dependencies is updated to |
For those who would like to see some rendered docs in the meantime:
|
Some people I know where irritated by the missing (current) documentation. Is there any roadmap on when this issue will be fixed? |
Judging by the discussion in rust-lang/docs.rs#471 the crate responsible for breaking the build on docs.rs has been fixed and 0.12.1 (or 0.13 depending on what comes first) should build and upload successfully next time we publish. From the looks of it I don't think the docs.rs team will try re-building 0.12 again. |
Fixed by shipping nannou 0.13.1 ? |
The 0.12.0 docs.rs page shows a build failure from 11/6/19.
The failed build logs show the error
OSError: [Errno 30] Read-only file system
.The build container used these package versions:
The text was updated successfully, but these errors were encountered: