Skip to content

Commit 5154164

Browse files
authored
Fix centos:stream based compilation (#174)
Try fixing centos:stream based compilation by doing installation in the same step and using centos10 stable version Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
1 parent 5fa413a commit 5154164

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- clang
2121
os:
2222
- fedora:latest
23+
- quay.io/centos/centos:stream10
2324
- quay.io/centos/centos:stream9
24-
- quay.io/centos/centos:stream10-development
2525
- debian:testing
2626
- debian:latest
2727
- ubuntu:rolling

.github/workflows/install-dependencies

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ centos:7)
4141
*centos:stream*)
4242
dnf -y clean all
4343
dnf -y --allowerasing --setopt=deltarpm=0 update
44-
dnf install -y yum-utils epel-release
4544
dnf config-manager -y --set-enabled crb \
4645
|| dnf config-manager -y --set-enabled powertools || :
47-
dnf -y --allowerasing install ${COMMON}
46+
dnf install -y --allowerasing yum-utils epel-release ${COMMON}
4847
dnf builddep -y jose
4948
;;
5049
esac

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*.swo
1212
*.trs
1313
*_t
14-
.*
1514
aclocal.m4
1615
ar-lib
1716
autom4te.cache

0 commit comments

Comments
 (0)