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
Looks like the build script can't download file from Github.
By default the download-binaries feature enabled for fast build. It downloads prebuilt c++ library and link it.
Though, when I disabled it, it also failed to build on docs.rs.
By the way I can build it locally. is there a way to manually upload the docs to docs.rs?
The text was updated successfully, but these errors were encountered:
Specifically network access won't be allowed generally.
The most used options currently possible are you vendoring the needed files into your crate, or use conditional compilation to let the docs build without the need for the external library.
Uploading your own docs is not possible right now, we're tracking this request in #93. A bunch of questions in there are unanswered, especially on how to prevent malicious docs to be uploaded.
Crate name
sherpa-rs
Build failure link
https://docs.rs/crate/sherpa-rs/0.5.1/builds/1404232
Additional details
Looks like the build script can't download file from Github.
By default the
download-binaries
feature enabled for fast build. It downloads prebuilt c++ library and link it.Though, when I disabled it, it also failed to build on docs.rs.
By the way I can build it locally. is there a way to manually upload the docs to docs.rs?
The text was updated successfully, but these errors were encountered: