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

Don't ship duplicate libraries in packages #691

Merged
merged 2 commits into from
Aug 10, 2022
Merged

Don't ship duplicate libraries in packages #691

merged 2 commits into from
Aug 10, 2022

Conversation

pfw
Copy link
Contributor

@pfw pfw commented Aug 10, 2022

Description

Pyinstaller will copy any file (shared library) in the source virtual env rather than honouring symlinks - the end result is that versioned symlinks for shared libraries get copied.

Additionally strip shared libraries on Linux to reduce their size.

Checklist:

  • Have you reviewed your own change?
  • Have you included test(s)?
  • Have you updated the changelog?

Copy link
Member

@craigds craigds left a comment

Choose a reason for hiding this comment

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

LGTM (I've tested the smaller packages briefly, no issues found). Nice job

@craigds craigds merged commit 4b8ac61 into master Aug 10, 2022
@craigds craigds deleted the slim-packages branch August 10, 2022 01:11
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.

2 participants