-
Notifications
You must be signed in to change notification settings - Fork 74
crate documentation at docs.rs fails to build #85
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Neither of the crates has a documentation available. This happens because docs.rs builds are performed in an isolated environment without network access and with limited filesystem access, therefore
nginx-sys
fails to fetch and build the dependencies.Logs:
https://docs.rs/crate/ngx/0.4.1/builds/1026822
The build environment already has most of the things we need, we'll only have to deliver the NGINX itself and make it build against the system libs.
A possible approach can be copied from the openssl crate: a new
nginx-src
crate that embeds a git submodule with the latest stable NGINX source.The text was updated successfully, but these errors were encountered: