Skip to content

Commit

Permalink
Merge pull request #35082 from badone/wip-xenial-cmake-install-test_e…
Browse files Browse the repository at this point in the history
…nvlibrados_for_rocksdb

qa/workunits: Remove redundant Xenial cmake3 requirements

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed May 22, 2020
2 parents a9b6103 + 88094c2 commit c927371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
9 changes: 0 additions & 9 deletions qa/workunits/ceph-helpers-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ function install_one() {
esac
}

function install_cmake3_on_xenial {
install_pkg_on_ubuntu \
ceph-cmake \
d278b9d28de0f6b88f56dfe1e8bf684a41577210 \
xenial \
force \
cmake
}

function install_pkg_on_ubuntu {
local project=$1
shift
Expand Down
10 changes: 1 addition & 9 deletions qa/workunits/rados/test_envlibrados_for_rocksdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@ CURRENT_PATH=`pwd`
# for rocksdb
case $(distro_id) in
ubuntu|debian|devuan)
install git g++ libsnappy-dev zlib1g-dev libbz2-dev libradospp-dev
case $(distro_version) in
*Xenial*)
install_cmake3_on_xenial
;;
*)
install cmake
;;
esac
install git g++ libsnappy-dev zlib1g-dev libbz2-dev libradospp-dev cmake
;;
centos|fedora|rhel)
case $(distro_id) in
Expand Down

0 comments on commit c927371

Please sign in to comment.