Signed-off-by: Dan Mick <dmick@redhat.com>
# Some -devel packages are only available in the CentOS 8 PowerTools repo. Enable it:
if [ $DIST = centos8 ]
then
- sudo yum-config-manager --enable PowerTools
+ sudo yum-config-manager --enable PowerTools || sudo yum-config-manager --enable powertools
fi
# Clean up Jenkins slave before each build
default: "/tmp/"
execution-strategy:
- combination-filter: DIST==AVAILABLE_DIST && ARCH==AVAILABLE_ARCH && (ARCH=="x86_64" || (ARCH == "arm64" && (DIST == "xenial" || DIST == "centos7")))
+ combination-filter: DIST==AVAILABLE_DIST && ARCH==AVAILABLE_ARCH && (ARCH=="x86_64" || (ARCH == "arm64" && (DIST == "xenial" || DIST == "centos7" || DIST == "centos8")))
axes:
- axis:
type: label-expression