File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ tarball suse-15:
7070 - zypper refresh
7171 - zypper update -y
7272 # download tools
73- - zypper install -y curl wget bzip2 unzip ca-certificates
73+ - zypper install -y curl wget gzip bzip2 unzip ca-certificates
7474 # build tools for CodeCompass
7575 - zypper install -y -t pattern devel_basis
7676 - zypper install -y binutils gcc-c++ gmp-devel
@@ -93,7 +93,7 @@ tarball suse-42.1:
9393 - zypper refresh
9494 - zypper update -y
9595 # download tools
96- - zypper install -y curl wget bzip2 unzip ca-certificates
96+ - zypper install -y curl wget gzip bzip2 unzip ca-certificates
9797 # build tools for CodeCompass
9898 - zypper install -y -t pattern devel_basis
9999 - zypper install -y binutils gcc-c++ gmp-devel
@@ -118,7 +118,7 @@ tarball ubuntu-16.04:
118118 before_script :
119119 - apt-get update -yqq
120120 # download tools
121- - apt-get install -yqq curl wget bzip2 unzip ca-certificates
121+ - apt-get install -yqq curl wget gzip bzip2 unzip ca-certificates
122122 # build tools for CodeCompass
123123 - apt-get install -yqq build-essential libgmp-dev zlib1g-dev
124124 # build tools for ctags
You can’t perform that action at this time.
0 commit comments