Skip to content
New issue

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

Remove libcrypt.so.1 from library whitelist #182

Merged
merged 1 commit into from
Jul 26, 2019

Conversation

takluyver
Copy link
Member

Following pypa/manylinux#305 : Fedora 30 no longer has libcrypt.so.1 (it has .2 instead), so IIUC it needs to be removed from the whitelist.

CC @njsmith .

@codecov
Copy link

codecov bot commented Jul 18, 2019

Codecov Report

Merging #182 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #182   +/-   ##
=======================================
  Coverage   87.64%   87.64%           
=======================================
  Files          19       19           
  Lines         963      963           
  Branches      210      210           
=======================================
  Hits          844      844           
  Misses         83       83           
  Partials       36       36

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b03e37...9e1a44d. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jul 18, 2019

Codecov Report

Merging #182 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #182   +/-   ##
=======================================
  Coverage   87.64%   87.64%           
=======================================
  Files          19       19           
  Lines         963      963           
  Branches      210      210           
=======================================
  Hits          844      844           
  Misses         83       83           
  Partials       36       36

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b03e37...9e1a44d. Read the comment docs.

@njsmith
Copy link
Member

njsmith commented Jul 19, 2019

This looks fine to me. The thing where there are multiple independent copies of the whitelist seems like it could probably be improved by some refactoring, but that's orthogonal....

Do we need to sort out the manylinux build images part before merging, or what's the plan there?

@takluyver
Copy link
Member Author

I'm not sure. Presumably with this change but without changing the build images, wheels that use libcrypt would end up bundling the libcrypt.so.1 built from glibc. I don't have a good understanding of the possible consequences of that.

@takluyver
Copy link
Member Author

The PRs for the manylinux images were merged, so as far as I know this can go in (& into a release) at any point now.

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.

4 participants