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:
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
/buildsroute, 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: