scripts/dl_github_archive: use tar -I for ZSTD
authorRobert Marko <robimarko@gmail.com>
Mon, 8 Apr 2024 16:38:51 +0000 (18:38 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 9 Apr 2024 16:39:36 +0000 (18:39 +0200)
commit204823ac287998c8725329ab75333ed1098d3cd8
treeba0c27820d9c162b7c29dca5de46ad6017289adc
parent1ae3c53466942e05d2ab91c9432c65156f7228a1
scripts/dl_github_archive: use tar -I for ZSTD

Instead of relying on env variables for setting the ZSTD compression
configuration we can simply do what we do for IB, SDK and the rest and
use tar -I to pass "zstd -T0 --ultra -20" directly.

This makes it rather clear what is being done and allows to drop the
zstd CLI max level override as its usually capped at level 19.

Signed-off-by: Robert Marko <robimarko@gmail.com>
scripts/dl_github_archive.py