Open azoyan opened 5 months ago
Zlib 1.3 was removed from the upstream website, making all download links invalid. See https://github.com/nginxinc/ngx-rust/pull/59 and https://github.com/nginxinc/ngx-rust/pull/61.
As documented in the project README, you can export ZLIB_VERSION
environment variable to use a different version of Zlib. ZLIB_VERSION=1.3.1
should work.
Zlib 1.3 was removed from the upstream website, making all download links invalid. See #59 and #61.
As documented in the project README, you can export
ZLIB_VERSION
environment variable to use a different version of Zlib.ZLIB_VERSION=1.3.1
should work.
Okay, but by default I just add ngx = "0.4" in Cargo.toml and can't compile my project.
Also if I specify ZLIB_VERSION=1.3.1 compile does not success too, because remote website does not contain resource with .asc
extension - zlib-1.3.tar.gz.asc
.
Mabye you should fix substitution code and download .asc
file from github instead offical website?
Describe the bug can't build project with ngx = "0.4.1":