diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 995051a..249ded1 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 836ea7c..19efb63 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 1075099..a780719 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ *.swo *.trs *_t -.* aclocal.m4 ar-lib autom4te.cache