From 9b796a181af0bef6f37aee5b736706732de50a2e Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 8 May 2019 08:21:48 +0800 Subject: [PATCH] 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 --- install-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-deps.sh b/install-deps.sh index 108ef3dc1ff89..5baaf06e8ab46 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 } -- 2.39.5