We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading from libz-ng-sys 1.1.16 to 1.1.20, we're getting linker failures on windows both in CI and locally (full log: https://github.com/astral-sh/uv/actions/runs/11598373662/job/32295408945?pr=8703):
liblibz_ng_sys-3eff2929ed972d5f.rlib(deflate_quick.obj) : error LNK2019: unresolved external symbol __imp_isgraph referenced in function deflate_quick liblibz_ng_sys-3eff2929ed972d5f.rlib(trees.obj) : error LNK2001: unresolved external symbol __imp_isgraph liblibz_ng_sys-3eff2929ed972d5f.rlib(zutil.obj) : error LNK2019: unresolved external symbol __imp__aligned_free referenced in function zng_zcfree liblibz_ng_sys-3eff2929ed972d5f.rlib(zutil.obj) : error LNK2019: unresolved external symbol __imp__aligned_malloc referenced in function zng_zcalloc C:\Users\Konsti\projects\uv\target\debug\deps\uv.exe : fatal error LNK1120: 3 unresolved externals
The text was updated successfully, but these errors were encountered:
cargo update
Closing in favor of #225 .
Sorry, something went wrong.
No branches or pull requests
After upgrading from libz-ng-sys 1.1.16 to 1.1.20, we're getting linker failures on windows both in CI and locally (full log: https://github.com/astral-sh/uv/actions/runs/11598373662/job/32295408945?pr=8703):
The text was updated successfully, but these errors were encountered: