Skip to content

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

Open
planetmarshall wants to merge 5 commits into
actions:mainfrom
planetmarshall:cache-custom-compression
Open

Cache: Add support for explicitly choosing compression, and zero compression#1877
planetmarshall wants to merge 5 commits into
actions:mainfrom
planetmarshall:cache-custom-compression

Conversation

@planetmarshall
Copy link
Copy Markdown

@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
@planetmarshall planetmarshall force-pushed the cache-custom-compression branch from 227eeec to e7ec923 Compare November 25, 2024 08:51
@planetmarshall planetmarshall force-pushed the cache-custom-compression branch from e7ec923 to 7342dfb Compare December 6, 2024 10:26
@eastlondoner
Copy link
Copy Markdown

this looks wonderful

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

3 participants