btrfs-progs: ci: enable RockyLinux 9 build tests
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
53b06ad2cd
commit
989fcbe942
|
@ -24,6 +24,12 @@ jobs:
|
|||
steps:
|
||||
- name: CI Centos8
|
||||
run: sudo docker run kdave/ci-centos-8-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --disable-zoned --disable-libudev
|
||||
check-rockylinux9:
|
||||
name: CI RockyLinux 9
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: CI RockyLinux 9
|
||||
run: sudo docker run kdave/ci-rockylinux-9-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation
|
||||
check-leap153:
|
||||
name: CI Leap 15.3
|
||||
runs-on: ubuntu-24.04
|
||||
|
|
|
@ -24,6 +24,13 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: CI Centos8
|
||||
run: ci/ci-build-centos8
|
||||
check-rockylinux9:
|
||||
name: CI RockyLinux 9
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: CI RockyLinux 9
|
||||
run: ci/ci-build-rockylinux9
|
||||
check-leap153:
|
||||
name: CI Leap 15.3
|
||||
runs-on: ubuntu-24.04
|
||||
|
|
Loading…
Reference in New Issue