Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Conversation

@radarhere
Copy link
Member

python-pillow/Pillow#5544 points out that our Linux wheels contain zlib 1.2.3.

Despite

ZLIB_VERSION=1.2.11

We're only currently upgrading it on macOS.

pillow-wheels/config.sh

Lines 48 to 51 in fd81da7

if [ -n "$IS_MACOS" ]; then
# Update to latest zlib for macOS build
build_new_zlib
fi

So this PR runs build_new_zlib on Linux as well.

There is a warning attached to this in multibuild., but that would only be a warning for our build process, not for the end user.

Careful, this one may cause yum to segfault

See radarhere@874bb0a and https://github.com/radarhere/pillow-wheels/actions/runs/942830985#artifacts for an example of what this change outputs.

@hugovk
Copy link
Member

hugovk commented Jun 16, 2021

Thanks!

Do you know what's up with the macOS builds?

@hugovk hugovk merged commit 97aa362 into python-pillow:master Jun 16, 2021
@nulano
Copy link
Contributor

nulano commented Jun 16, 2021

Thanks!

Do you know what's up with the macOS builds?

See #205

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants