From: Kefu Chai Date: Fri, 7 Feb 2020 15:29:50 +0000 (+0800) Subject: scripts/build_utils.sh: install deps for crimson flavor X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=32f2b7ab9780690cd096847612cfa296af021014;p=ceph-build.git scripts/build_utils.sh: install deps for crimson flavor Signed-off-by: Kefu Chai --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index c2922c31..e4d80c47 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -488,6 +488,11 @@ setup_pbuilder() { echo "$other_mirror" >> ~/.pbuilderrc fi + if [ $FLAVOR = "crimson" ]; then + extrapackages='EXTRAPACKAGES="libc-ares-dev libcrypto++-dev libgnutls28-dev libhwloc-dev libnuma-dev libpciaccess-dev libprotobuf-dev libsctp-dev libyaml-cpp-dev protobuf-compiler ragel systemtap-sdt-dev"' + echo "$extrapackages" >> ~/.pbuilderrc + fi + if [ -n "$use_gcc" ]; then # Newer pbuilder versions set $HOME to /nonexistent which breaks all kinds of # things that rely on a proper (writable) path. Setting this to the system user's $HOME is not enough