]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rados/test_envlibrados_rocksdb: Remove Xenial cmake3 requirements
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 15 May 2020 02:28:26 +0000 (12:28 +1000)
committerNathan Cutler <ncutler@suse.com>
Mon, 25 May 2020 16:58:07 +0000 (18:58 +0200)
It's no longer necessary to handle Xenial as a special case.

Fixes: https://tracker.ceph.com/issues/45561
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit 9d2632a9530b9d48b09937707d35bbe6e4735459)

qa/workunits/rados/test_envlibrados_for_rocksdb.sh

index 762a44f189d8e2ca709a8ab568452a46c607ef75..40c3f9f5fbe4077dd178d46ad623c75db0ddf5e8 100755 (executable)
@@ -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