From 79ed81bb0a582abc1ae28566e07f60bc9b0a12aa Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 30 Aug 2021 16:44:56 +0200 Subject: [PATCH] contrib,gitlab-ci: fix "contrib/fedora/REQUIRED_PACKAGES" to install "vala" Fixes: 53562b19150c ('contrib: remove "vala-tools" from "contrib/fedora/REQUIRED_PACKAGES"') (cherry picked from commit 414d2c1d4b3e7cfb0afdf7812ac3a06f3e66bab6) --- .gitlab-ci.yml | 4 ++-- contrib/fedora/REQUIRED_PACKAGES | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e40d643dc8..c953166e9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,10 +47,10 @@ variables: # # This is done by running `ci-fairy generate-template` and possibly bump # ".default_tag". - FEDORA_TAG: '2021-07-12.0-6e150e4c2732' + FEDORA_TAG: '2021-07-12.0-b19516ac22b6' UBUNTU_TAG: '2021-07-12.0-b77047ed62be' DEBIAN_TAG: '2021-07-12.0-b77047ed62be' - CENTOS_TAG: '2021-07-12.0-6e150e4c2732' + CENTOS_TAG: '2021-07-12.0-b19516ac22b6' ALPINE_TAG: '2021-07-12.0-d7a8aea74089' FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh' diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES index 5305f43b15..112b01bd2a 100755 --- a/contrib/fedora/REQUIRED_PACKAGES +++ b/contrib/fedora/REQUIRED_PACKAGES @@ -81,6 +81,7 @@ install \ systemd-devel \ teamd-devel \ util-linux \ + vala \ vala-devel \ valgrind \ which \