Skip to content

Commit d4b0e08

Browse files
authored
Merge pull request #10281 from Icinga/gha-sles
GHA: also test SLES, not just openSUSE
2 parents 920ba0b + b2288d2 commit d4b0e08

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/linux.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ case "$DISTRO" in
4444
{boost,libedit,mariadb,ncurses,openssl,postgresql,systemd}-devel
4545
;;
4646

47-
opensuse/*)
47+
*suse*)
4848
zypper in -y bison ccache cmake flex gcc-c++ ninja {lib{edit,mariadb,openssl},ncurses,postgresql,systemd}-devel \
4949
libboost_{context,coroutine,filesystem,iostreams,program_options,regex,system,test,thread}-devel
5050
;;

.github/workflows/linux.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
- fedora:40
3434
- fedora:41
3535

36-
# openSUSE Leap is close enough to SLES to test just one of them.
37-
# As openSUSE is much easier to deploy, we test it despite the fact that we don't necessarily
38-
# support individual versions of openSUSE as long as their SLES counterparts.
39-
# I.e., remove any opensuse/leap:* line below only if we stopped packaging both openSUSE and SLES!
4036
- opensuse/leap:15.5
4137
- opensuse/leap:15.6
4238

@@ -45,6 +41,9 @@ jobs:
4541
- rockylinux:8
4642
- rockylinux:9
4743

44+
- registry.suse.com/suse/sle15:15.5
45+
- registry.suse.com/suse/sle15:15.6
46+
4847
- ubuntu:20.04
4948
- ubuntu:22.04
5049
- ubuntu:24.04

0 commit comments

Comments
 (0)