Skip to content

Commit 7975c52

Browse files
buildcontainer-setup.sh: allow testing with various ELish bases
Allow testing with more RPM-based/EL style distros. Simplify the centos selection as centos8 ought to always be matched by the earlier block. Signed-off-by: John Mulligan <[email protected]>
1 parent 6771fb5 commit 7975c52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/script/buildcontainer-setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ case "${CEPH_BASE_BRANCH}~${DISTRO_KIND}" in
3636
install_container_deps
3737
dnf_clean
3838
;;
39-
*~*centos*9|*~*centos*10*|*~fedora*)
39+
# EL-ish, 9+
40+
*~*centos*|*~fedora*|*~rocky*|*~alma*)
4041
dnf install -y /usr/bin/{rpmbuild,wget,curl}
4142
install_container_deps
4243
dnf_clean

0 commit comments

Comments
 (0)