From 1b38129908154d532c4042987b029116d1bbb3f0 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sat, 25 Mar 2023 15:22:14 +0000 Subject: [PATCH] fix(ci): opensuse needs util-linux. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5718b948..dbb7f788 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,7 +137,7 @@ preprocess-opensuse: stage: preprocess image: opensuse/tumbleweed 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 - make - make install