summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dl_github_archive.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/dl_github_archive.py b/scripts/dl_github_archive.py
index 744c441ca7..570ed3c629 100755
--- a/scripts/dl_github_archive.py
+++ b/scripts/dl_github_archive.py
@@ -139,9 +139,7 @@ class Path(object):
if ts is not None:
args.append('--mtime=@%d' % ts)
if into.endswith('.zst'):
- envs['ZSTD_CLEVEL'] = '20'
- envs['ZSTD_NBTHREADS'] = '0'
- args.append('--zstd')
+ args.append('-I zstd -T0 --ultra -20')
elif into.endswith('.xz'):
envs['XZ_OPT'] = '-7e'
args.append('-J')