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

Cache: Add support for explicitly choosing compression, and zero compression #1877

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

planetmarshall
Copy link

@planetmarshall planetmarshall commented Nov 24, 2024

Objective

Allow explicit specification of compression type when caching, including none.

Motivation

Some third party tools (notably conan) provide their own caching mechanism that already produces compressed archives. To benefit from using Github's caching, it is more efficient to provide a way to upload these artifacts without compressing them a second time.

@planetmarshall planetmarshall marked this pull request as ready for review November 25, 2024 08:46
@planetmarshall planetmarshall requested review from a team as code owners November 25, 2024 08:46
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.

Allow caching without compression Allow choosing cache compression algorithm explicitly
2 participants