From: Kefu Chai Date: Wed, 8 May 2019 00:21:48 +0000 (+0800) Subject: install-deps.sh: install libboost-test for seastar X-Git-Tag: v15.1.0~2733^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28015%2Fhead;p=ceph.git install-deps.sh: install libboost-test for seastar see https://github.com/scylladb/seastar/blob/5858fe30c16a1a059200c129d20180ceb0199d99/cmake/SeastarDependencies.cmake#L58-L68 Signed-off-by: Kefu Chai --- diff --git a/install-deps.sh b/install-deps.sh index 108ef3dc1ff8..5baaf06e8ab4 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -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 }