]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: install libboost-test for seastar 28015/head
authorKefu Chai <kchai@redhat.com>
Wed, 8 May 2019 00:21:48 +0000 (08:21 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 8 May 2019 00:22:27 +0000 (08:22 +0800)
see
https://github.com/scylladb/seastar/blob/5858fe30c16a1a059200c129d20180ceb0199d99/cmake/SeastarDependencies.cmake#L58-L68

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh

index 108ef3dc1ff8963665932a663f829cfc8d79d00b..5baaf06e8ab4612e68eee7c4165f620591064efc 100755 (executable)
@@ -165,6 +165,7 @@ function install_boost_on_ubuntu {
        ceph-libboost-random1.67-dev \
        ceph-libboost-regex1.67-dev \
        ceph-libboost-system1.67-dev \
+       ceph-libboost-test1.67-dev \
        ceph-libboost-thread1.67-dev \
        ceph-libboost-timer1.67-dev
 }