Skip to content

Commit 270d508

Browse files
authored
GitLab CI: add gzip to the direct dependencies, as on OpenSUSE 15 it seems to be missing now.
1 parent 38f6012 commit 270d508

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)