From fe4d3f5c82b62b918d7d9ceaa40ca0f182b1b078 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Wed, 9 Jul 2025 11:33:59 +0200 Subject: [PATCH] Fix centos:stream based compilation Try fixing centos:stream based compilation by doing installation in the same step and using centos10 stable version Signed-off-by: Sergio Arroutbi --- .github/workflows/build.yml | 2 +- .github/workflows/install-dependencies | 3 +-- .gitignore | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 995051a9..249ded1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,8 +20,8 @@ jobs: - clang os: - fedora:latest + - quay.io/centos/centos:stream10 - quay.io/centos/centos:stream9 - - quay.io/centos/centos:stream10-development - debian:testing - debian:latest - ubuntu:rolling diff --git a/.github/workflows/install-dependencies b/.github/workflows/install-dependencies index 836ea7ca..19efb63d 100755 --- a/.github/workflows/install-dependencies +++ b/.github/workflows/install-dependencies @@ -41,10 +41,9 @@ centos:7) *centos:stream*) dnf -y clean all dnf -y --allowerasing --setopt=deltarpm=0 update - dnf install -y yum-utils epel-release dnf config-manager -y --set-enabled crb \ || dnf config-manager -y --set-enabled powertools || : - dnf -y --allowerasing install ${COMMON} + dnf install -y --allowerasing yum-utils epel-release ${COMMON} dnf builddep -y jose ;; esac diff --git a/.gitignore b/.gitignore index 1075099d..a7807191 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ *.swo *.trs *_t -.* aclocal.m4 ar-lib autom4te.cache