Skip to content

cerbero: Fix GNU tar --checkpoint compatibility with macOS

amyspark requested to merge amyspark/cerbero:allow-homebrew-gtar into main

Hi all,

This PR fixes the incorrect usage of the GNU tar --checkpoint flag in macOS.

While macOS tar cannot take this flag, the Homebrew version can, so I added extra logic to pick Homebrew tar if it's available. Otherwise, system tar is picked and the flag disabled.

cc @nirbheek

Merge request reports