[7.0] 3f7f20c87 Enable powertools in make-rpm-packages.sh on almalinux

Martin Blix Grydeland martin at varnish-software.com
Fri Aug 5 08:34:10 UTC 2022


commit 3f7f20c87c466c1d3e8e2a34424050260c738432
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Fri Aug 5 10:33:27 2022 +0200

    Enable powertools in make-rpm-packages.sh on almalinux

diff --git a/.circleci/make-rpm-packages.sh b/.circleci/make-rpm-packages.sh
index 56acdad05..df86f4f22 100755
--- a/.circleci/make-rpm-packages.sh
+++ b/.circleci/make-rpm-packages.sh
@@ -15,7 +15,7 @@ fi
 
 yum install -y epel-release
 
-if [ "$PARAM_DIST" = centos ]; then
+if [ "$PARAM_DIST" = centos -o "$PARAM_DIST" = almalinux ]; then
   if [ "$PARAM_RELEASE" = 8 ]; then
       dnf install -y 'dnf-command(config-manager)'
       yum config-manager --set-enabled powertools


More information about the varnish-commit mailing list