From 32f2b7ab9780690cd096847612cfa296af021014 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 7 Feb 2020 23:29:50 +0800 Subject: [PATCH] scripts/build_utils.sh: install deps for crimson flavor Signed-off-by: Kefu Chai --- scripts/build_utils.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5