mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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:
commit
d67b49fee0
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user