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
Our CI broke, possibly because of this issue in zlib-ngnow resolved although the fix hasn't landed yet.
In the meantime, I though I could bump zlib-ng myself within my own clone of flate2-rs, just to test whether their develop branch would fix it, but I think I'm confused how it works.
Is this line in src/ffi/c.rs not the only one that needs bumping? What does the one in Cargo.toml mean then?
Does flate2-rs download and compile its own version of zlib-ng from sources? Does it rely on system libs instead? Do we have control over that?
Anyway, happy to help, but unsure where to start ^ ^"
The text was updated successfully, but these errors were encountered:
Our CI broke, possibly because of this issue in
zlib-ng
now resolved although the fix hasn't landed yet.In the meantime, I though I could bump
zlib-ng
myself within my own clone offlate2-rs
, just to test whether theirdevelop
branch would fix it, but I think I'm confused how it works.Is this line in
src/ffi/c.rs
not the only one that needs bumping? What does the one inCargo.toml
mean then?Does
flate2-rs
download and compile its own version ofzlib-ng
from sources? Does it rely on system libs instead? Do we have control over that?Anyway, happy to help, but unsure where to start ^ ^"
The text was updated successfully, but these errors were encountered: