X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=.ci%2Fdeps.sh;h=67e1e0b93a8739daacf920e02e4584fea39f7351;hb=d7408492415b8c6eb50de44d2dd74b93b0b3e902;hp=c33016ad08aa964223a1c363db01a4aa1585b83f;hpb=aaa0045ffeaac2cbbd8de434fa03dbe3ba409626;p=tinc diff --git a/.ci/deps.sh b/.ci/deps.sh index c33016ad..67e1e0b9 100755 --- a/.ci/deps.sh +++ b/.ci/deps.sh @@ -79,7 +79,8 @@ deps_linux_rhel() { if type dnf; then dnf install -y 'dnf-command(config-manager)' - dnf config-manager --enable powertools + dnf config-manager --enable powertools || true + dnf config-manager --enable crb || true fi fi @@ -140,9 +141,16 @@ deps_linux() { deps_linux_debian "$@" ;; - centos | almalinux | fedora) + fedora) deps_linux_rhel "$@" - linux_openssl3 + ;; + + centos | almalinux) + deps_linux_rhel "$@" + + if [ "${PLATFORM_ID:-}" != platform:el9 ]; then + linux_openssl3 + fi ;; *) exit 1 ;;