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

Update bundle.py to add zst archive support #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elementgreen
Copy link

Add support for zst (Zstandard) compression archives used in newer msys2.

Add support for zst (Zstandard) compression archives used in newer msys2.
@elementgreen
Copy link
Author

It seems newer msys2 uses ZStandard compression archives .zst files (see msys2/MSYS2-packages#1824). This causes styrene to not find local packages, thus treating them as remote packages and failing during the initial package update phase. Adding .zst to the package matching regular expression fixes this.

@elementgreen elementgreen changed the title Update bundle.py Update bundle.py to add zst archive support Dec 27, 2020
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.

1 participant