Merge PR #67102 into main

* refs/pull/67102/head:
	qa/workunits/rados/test_envlibrados_for_rocksdb.sh: Add Rocky support
	qa/workunits/ceph-helpers-root: Add Rocky support for install packages

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
This commit is contained in:
Patrick Donnelly 2026-03-20 17:49:53 -04:00
commit d67b49fee0
No known key found for this signature in database
GPG Key ID: 053758C0A8A3CE2F
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ function install_one() {
ubuntu|debian|devuan|softiron)
sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y "$@"
;;
centos|fedora|rhel)
centos|fedora|rhel|rocky)
sudo yum install -y "$@"
;;
opensuse*|suse|sles)

View File

@ -22,7 +22,7 @@ case $(distro_id) in
ubuntu|debian|devuan|softiron)
install git g++ libsnappy-dev zlib1g-dev libbz2-dev libradospp-dev cmake
;;
centos|fedora|rhel)
centos|fedora|rhel|rocky)
case $(distro_id) in
rhel)
# RHEL needs CRB repo for snappy-devel