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

Use 7z/xz format for storing artifacts #110

Open
omus opened this issue Jan 29, 2021 · 3 comments
Open

Use 7z/xz format for storing artifacts #110

omus opened this issue Jan 29, 2021 · 3 comments

Comments

@omus
Copy link
Contributor

omus commented Jan 29, 2021

Based upon the benchmarking done in #106 we should switch using the 7z or xz format with maximum compression and threading enabled. Unfortunately as [Pkg doesn't know about the 7z format](https://github.com/JuliaLang/Pkg.jl/blob/76402b8974aba76f4412e59bee2e4bc6be1b7860/src/PlatformEngines.jl#L461-L465 but xz is available) support for that will need to be added first.

@omus omus changed the title Use 7zip format for storing artifacts Use 7z/xz format for storing artifacts Feb 2, 2021
@omus
Copy link
Contributor Author

omus commented Feb 2, 2021

Attempting to deal with this directly in Pkg: JuliaLang/Pkg.jl#2375

@giordano
Copy link
Member

giordano commented Feb 5, 2021

Fixed by #113?

@omus
Copy link
Contributor Author

omus commented Feb 8, 2021

Yes and no. We are now capable of using 7z/xz as of #113 but we should make a plan for an opt-in or opt-out switch otherwise nothing will probably happen.

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

No branches or pull requests

2 participants