@@ -11,24 +11,24 @@ jobs:
1111 fail-fast : false
1212 matrix :
1313 include :
14- - { version: 'almalinux:8' , deps: sys }
15- - { version: 'almalinux:8' , deps: local }
16- - { version: 'almalinux:8' , deps: small }
17- - { version: 'almalinux:9' , deps: sys }
18- - { version: 'almalinux:9' , deps: local }
19- - { version: 'almalinux:9' , deps: small }
20- - { version: 'almalinux:10' , deps: sys }
21- - { version: 'almalinux:10' , deps: local }
22- - { version: 'almalinux:10' , deps: small }
23- - { version: 'rockylinux:8' , deps: sys }
24- - { version: 'rockylinux:8' , deps: local }
25- - { version: 'rockylinux:8' , deps: small }
26- - { version: 'rockylinux:9' , deps: sys }
27- - { version: 'rockylinux:9' , deps: local }
28- - { version: 'rockylinux:9' , deps: small }
29- # - { version: 'rockylinux:10', deps: sys }
30- # - { version: 'rockylinux:10', deps: local }
31- # - { version: 'rockylinux:10', deps: small }
14+ - { version: 'almalinux:8' , deps: sys }
15+ - { version: 'almalinux:8' , deps: local }
16+ - { version: 'almalinux:8' , deps: small }
17+ - { version: 'almalinux:9' , deps: sys }
18+ - { version: 'almalinux:9' , deps: local }
19+ - { version: 'almalinux:9' , deps: small }
20+ - { version: 'almalinux:10' , deps: sys }
21+ - { version: 'almalinux:10' , deps: local }
22+ - { version: 'almalinux:10' , deps: small }
23+ - { version: 'rockylinux/rockylinux :8' , deps: sys }
24+ - { version: 'rockylinux/rockylinux :8' , deps: local }
25+ - { version: 'rockylinux/rockylinux :8' , deps: small }
26+ - { version: 'rockylinux/rockylinux :9' , deps: sys }
27+ - { version: 'rockylinux/rockylinux :9' , deps: local }
28+ - { version: 'rockylinux/rockylinux :9' , deps: small }
29+ - { version: 'rockylinux/ rockylinux:10', deps: sys }
30+ - { version: 'rockylinux/ rockylinux:10', deps: local }
31+ - { version: 'rockylinux/ rockylinux:10', deps: small }
3232
3333 concurrency :
3434 group : ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-${{matrix.deps}}
@@ -51,13 +51,13 @@ jobs:
5151 if : ${{ matrix.version == 'almalinux:10' }}
5252 run : dnf -y install 'dnf-command(config-manager)' && dnf -y config-manager --set-enabled crb && dnf -y install almalinux-release-devel && dnf -y clean all && dnf -y upgrade --refresh
5353 - name : Setup repositories
54- if : ${{ matrix.version == 'rockylinux:8' }}
54+ if : ${{ matrix.version == 'rockylinux/rockylinux :8' }}
5555 run : dnf -y install 'dnf-command(config-manager)' && dnf -y config-manager --set-enabled powertools && dnf -y config-manager --set-enabled devel && dnf -y clean all && dnf -y upgrade --refresh
5656 - name : Setup repositories
57- if : ${{ matrix.version == 'rockylinux:9' }}
57+ if : ${{ matrix.version == 'rockylinux/rockylinux :9' }}
5858 run : dnf -y install 'dnf-command(config-manager)' && dnf -y config-manager --set-enabled crb && dnf -y config-manager --set-enabled devel && dnf -y clean all && dnf -y upgrade --refresh
5959 - name : Setup repositories
60- if : ${{ matrix.version == 'rockylinux:10' }}
60+ if : ${{ matrix.version == 'rockylinux/rockylinux :10' }}
6161 run : dnf -y install 'dnf-command(config-manager)' && dnf -y config-manager --set-enabled crb && dnf -y config-manager --set-enabled devel && dnf -y clean all && dnf -y upgrade --refresh
6262 - name : Install dependencies
6363 run : dnf -y install --allowerasing subversion perl-XML-XPath git gawk zip unzip xz make binutils gcc gcc-c++ clang pkgconf help2man doxygen autoconf autoconf-archive automake libtool zlib-devel mpg123-devel libogg-devel libvorbis-devel pulseaudio-libs-devel SDL2-devel flac-devel libsndfile-devel libtool-ltdl-devel
0 commit comments