fix(ci): opensuse needs util-linux.

This commit is contained in:
Alexandre Pujol 2023-03-25 15:22:14 +00:00
parent a1f3f29347
commit 1b38129908
Failed to generate hash of commit

View file

@ -137,7 +137,7 @@ preprocess-opensuse:
stage: preprocess stage: preprocess
image: opensuse/tumbleweed image: opensuse/tumbleweed
script: script:
- zypper install -y apparmor-profiles go git rsync lsb-release - zypper install -y apparmor-profiles go git rsync lsb-release util-linux
- ./configure --complain - ./configure --complain
- make - make
- make install - make install