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

fix(python,poetry): remove duplicate files in the charm #1968

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Conversation

lengau
Copy link
Collaborator

@lengau lengau commented Oct 17, 2024

Fixes #1966

The lib64 directory exists as a symbolic link in virtual environments for historic reasons, but is not necessary.

This prevents the charm from packing it twice (due to Python's inability to put symlinks into zip files).

@lengau lengau requested review from tigarmo and mr-cal October 17, 2024 21:05
Fixes #1966

The lib64 directory exists as a symbolic link in virtual environments
for historic reasons, but is not necessary.

This prevents the charm from packing it twice (due to Python's inability
to put symlinks into zip files).
@lengau lengau added this pull request to the merge queue Nov 12, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 12, 2024
@lengau lengau merged commit dd63629 into main Nov 13, 2024
23 checks passed
@lengau lengau deleted the work/1966 branch November 13, 2024 19:56
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.

python and poetry plugins include lib64 symlink as a second copy of the venv
3 participants