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
We can't yet remove the system zlib packages from the package installation branches in install-native-dependencies.sh because we don't yet consume an SDK version that includes zlib-ng.
If we remove them from this script, and we attempt to run it in a new machine, then try to build runtime with:
Build with `ZLIB_COMPAT=yes` and deploy to `Sources/Z-win`
`zlib-ng` builds on Windows without baroque workarounds
- ref. dotnet/runtime#101465
- ref. dotnet/runtime#105373
Follow up of #105371
We can't yet remove the system zlib packages from the package installation branches in
install-native-dependencies.sh
because we don't yet consume an SDK version that includes zlib-ng.If we remove them from this script, and we attempt to run it in a new machine, then try to build runtime with:
We see this error:
Once we start consuming an SDK version that includes zlib-ng, we can remove those 3 references from the script:
zlib1g-dev
,zlib-devel
andzlib-dev
.runtime/eng/install-native-dependencies.sh
Lines 26 to 33 in c5b2dcd
And also remove mentions of zlib in the instructions:
https://github.com/dotnet/runtime/blob/main/docs/workflow/requirements/linux-requirements.md
The text was updated successfully, but these errors were encountered: