-
Notifications
You must be signed in to change notification settings - Fork 63
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
build: zlib 1.2.13 not available anymore #41
Comments
temporary fix for anyone who doesn't know: add this to your [env]
ZLIB_VERSION = "1.3" |
updated CI to use zlib v1.3: e629f97 |
mtb0x1
added a commit
to mtb0x1/ngx-rust
that referenced
this issue
Oct 25, 2023
mtb0x1
added a commit
to mtb0x1/ngx-rust
that referenced
this issue
Oct 25, 2023
mtb0x1
added a commit
to mtb0x1/ngx-rust
that referenced
this issue
Oct 26, 2023
ivanitskiy
pushed a commit
that referenced
this issue
Oct 26, 2023
allan2
added a commit
to allan2/ngx-rust
that referenced
this issue
Feb 20, 2024
The previous 1.3 link no longer works (returns Not Found). 1.3.1 was released on Jan 22, 2024.
allan2
added a commit
to allan2/ngx-rust
that referenced
this issue
Feb 20, 2024
The previous 1.3 link no longer works (returns Not Found). 1.3.1 was released on Jan 22, 2024.
allan2
added a commit
to allan2/ngx-rust
that referenced
this issue
Feb 20, 2024
The previous 1.3 link no longer works (returns Not Found). 1.3.1 was released on Jan 22, 2024.
allan2
added a commit
to allan2/ngx-rust
that referenced
this issue
Feb 20, 2024
The previous 1.3 link is dead. 1.3.1 was released on Jan 22, 2024.
This should be fixed in: #61 |
I noticed 0.5.0 is not published in any crate. So I add this...
Just helping if anyone stumbles upon this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
zlib 1.3 ws released on August 18, 2023 and zlib.net is not serving 1.2.13 version anymore which is causing compile time.
To Reproduce
Steps to reproduce the behavior:
Make sure you have no
.cache
folder and target is cleaned up, runmake clean
Build a module
ZLIB_VERSION=1.2.13 cargo build -p examples --examples
Expected behavior
Able to compile with 1.2.13 zlib (by default).
Your environment
https://github.com/nginxinc/ngx-rust/actions/runs/5930817771/job/16081520013
Additional context
Add any other context about the problem here. Any log files you want to share.
The text was updated successfully, but these errors were encountered: