mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
qa/workunits/rados/test_envlibrados_rocksdb: enable el8 PowerTools
We need it for snappy-devel Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
bfbad54b55
commit
481a09f6b9
@ -31,6 +31,8 @@ case $(distro_id) in
|
||||
esac
|
||||
;;
|
||||
centos|fedora|rhel)
|
||||
# el8 needs PowerTools for snappy-devel
|
||||
test -x /usr/bin/dnf && sudo dnf config-manager --set-enabled PowerTools || true
|
||||
install git gcc-c++.x86_64 snappy-devel zlib zlib-devel bzip2 bzip2-devel libradospp-devel.x86_64
|
||||
if [ $(distro_id) = "fedora" ]; then
|
||||
install cmake
|
||||
|
Loading…
Reference in New Issue
Block a user