Skip to content

Conversation

@radarhere
Copy link
Contributor

Pillow recently started building zlib on Linux in it's wheels, and that is conflicting with the installation of zlib1g-dev from our oss-fuzz Dockerfile.

./.libs/libpng16.so: undefined reference to `inflateValidate'

Copying files from here as a test, it fails with the same error, and then with this PR, it ... well, it doesn't pass exactly, but it makes it to "FUZZING_LANGUAGE: unbound variable", which I presume is just an artefact of my testing setup.

So this PR removes zlib1g-dev from the list of apt-get installations.

cc @wiredfool

@google-cla
Copy link

google-cla bot commented Jun 21, 2021

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@radarhere
Copy link
Contributor Author

@googlebot I signed it!

Copy link
Collaborator

@DavidKorczynski DavidKorczynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The issues with the CI is unrelated to Pillow. I have checked the build passes locally.

@DavidKorczynski DavidKorczynski enabled auto-merge (squash) June 21, 2021 15:19
@DavidKorczynski
Copy link
Collaborator

@jonathanmetzman this one is good to get merged in - the CI currently fails due to the issue where additional projects gets build in the CI (in this case freeradius) which fail.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants