Skip to content

Commit c7c2b93

Browse files
authored
[CI] Install pigz in docker container (#16945)
pigz is a parallel implementation of gzip. coverity accepts a small range of archive formats: gzip, zip, lzma, xz or bz2. So using pigz to speed up the compression of build for coverity. Also remove the duplicate of zstd.
1 parent 823f387 commit c7c2b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/install_build_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ apt update && apt install -yqq \
1010
python3-psutil \
1111
python-is-python3 \
1212
python3-pip \
13-
zstd \
1413
ocl-icd-opencl-dev \
1514
vim \
1615
libffi-dev \
@@ -21,6 +20,7 @@ apt update && apt install -yqq \
2120
zstd \
2221
zip \
2322
unzip \
23+
pigz \
2424
jq \
2525
curl \
2626
libhwloc-dev \

0 commit comments

Comments
 (0)