You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an issue on SNAFU that its docs are not built for *-apple-* unlike some other crates. This made the reporter think that the crate wasn't supported on certain platforms.
I don't actually know which platforms are used to build the docs, so it's difficult to know if my crate is failing to build for some reason on certain platforms. I also couldn't find how to view the build logs when there's not a complete total build failure. Through hunting through other issues, I see that there's a /builds route, which doesn't appear to be linked from anywhere. The build log only shows the output from a single platform, and doesn't specify which it is.
The output you're seeing is for the default target, x86_64-unknown-linux-gnu. I am actually not sure how to access build logs from other targets, I'd have to look into that.
I'll leave this open until we properly document all this on the /about page.
jyn514
added
the
E-easy
Effort: Should be easy to implement and would make a good first PR
label
Dec 31, 2019
I got an issue on SNAFU that its docs are not built for
*-apple-*
unlike some other crates. This made the reporter think that the crate wasn't supported on certain platforms.I don't actually know which platforms are used to build the docs, so it's difficult to know if my crate is failing to build for some reason on certain platforms. I also couldn't find how to view the build logs when there's not a complete total build failure. Through hunting through other issues, I see that there's a
/builds
route, which doesn't appear to be linked from anywhere. The build log only shows the output from a single platform, and doesn't specify which it is.Related:
The text was updated successfully, but these errors were encountered: