Update package build env to boost 1.70

This commit is contained in:
Mike Ellery
2019-05-20 14:46:55 -07:00
committed by Manoj doshi
parent 73c6e47e8a
commit adc1b8a36b
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ yum -y install \
llvm-toolset-7-lldb-devel llvm-toolset-7-python-lldb \ llvm-toolset-7-lldb-devel llvm-toolset-7-python-lldb \
flex flex-devel bison bison-devel \ flex flex-devel bison bison-devel \
ncurses ncurses-devel ncurses-libs graphviz graphviz-devel \ ncurses ncurses-devel ncurses-libs graphviz graphviz-devel \
lzip p7zip bzip2 \ lzip p7zip bzip2 bzip2-devel lzma-sdk lzma-sdk-devel xz-devel \
zlib zlib-devel zlib-static texinfo openssl-static \ zlib zlib-devel zlib-static texinfo openssl-static \
jemalloc jemalloc-devel \ jemalloc jemalloc-devel \
libicu-devel htop \ libicu-devel htop \

View File

@@ -22,8 +22,7 @@ function build_boost()
rm -f /tmp/boost_${boost_path}.tar.bz2 rm -f /tmp/boost_${boost_path}.tar.bz2
} }
build_boost "1.67.0" true build_boost "1.70.0" true
build_boost "1.68.0" false
# installed in opt, so won't be used # installed in opt, so won't be used
# unless specified by OPENSSL_ROOT_DIR # unless specified by OPENSSL_ROOT_DIR

View File

@@ -32,7 +32,8 @@ apt-get -y update
apt-get -y --fix-missing install \ apt-get -y --fix-missing install \
make cmake ninja-build ccache \ make cmake ninja-build ccache \
protobuf-compiler libprotobuf-dev libssl-dev libzstd-dev \ protobuf-compiler libprotobuf-dev libssl-dev \
liblzma-dev libbz2-dev zlib1g-dev \
libjemalloc-dev \ libjemalloc-dev \
python-pip \ python-pip \
gdb gdbserver \ gdb gdbserver \