nienbo / cache-buildkite-plugin

Tarball, Rsync & S3 Cache Kit for Buildkite. Supports Linux, macOS and Windows
https://buildkite.com/plugins
MIT License
67 stars 39 forks source link

Thoughts on how to allow multi-threaded compression #39

Closed stiak closed 3 years ago

stiak commented 3 years ago

Some thoughts on how to allow pigz to be used for compression.

See issue https://github.com/gencer/cache-buildkite-plugin/issues/38

gencer commented 3 years ago

Hey @stiak. Thanks for this great PR.

Sounds ok. However, I couldn't decide If we should use compress-program or compressor (shorter).

stiak commented 3 years ago

Sounds ok. However, I couldn't decide If we should use compress-program or compressor (shorter).

Yeah, I wondered about that too. In the end I went for compress-program because it matched the tar flag name.