From 0e1ec8dc204005f0c1a80ffd1c3d494cc2db890c Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 7 Nov 2018 14:13:46 -0800 Subject: [PATCH] qa: install libradospp-dev for librados_hello_world.yaml libradospp-{dev,devel} is necessary for compiling sources in examples/librados/hello_world.cc Signed-off-by: Kefu Chai --- qa/suites/rados/singleton-nomsgr/all/librados_hello_world.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/rados/singleton-nomsgr/all/librados_hello_world.yaml b/qa/suites/rados/singleton-nomsgr/all/librados_hello_world.yaml index f77f5bbf4d6..2a96b94d3e4 100644 --- a/qa/suites/rados/singleton-nomsgr/all/librados_hello_world.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/librados_hello_world.yaml @@ -10,9 +10,11 @@ tasks: deb: - libradosstriper-dev - librados-dev + - libradospp-dev rpm: - libradosstriper-devel - librados-devel + - libradospp-devel - ceph: - workunit: clients: -- 2.39.5