]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: add option to skip prebuilt boost-* pkgs installation 27776/head
authorJun He <jun.he@arm.com>
Wed, 24 Apr 2019 01:14:51 +0000 (09:14 +0800)
committerJun He <jun.he@arm.com>
Thu, 25 Apr 2019 08:57:31 +0000 (16:57 +0800)
commit95aff1e3840f7c9f8766831282fe19773ff5331d
treecc6dda2cede932fe8ec9b385b23869fe26d59887
parent49117a0414322556656054f84fe90e868cd782bd
install-deps.sh: add option to skip prebuilt boost-* pkgs installation

Prebuilt boost-1.67 packages are only available for limited arch on Ubuntu
(x86_64 for bionic, x86_64 and arm64 for xenial). This will cause install
failure on missing platforms.
Add a new env variable to allow user to build and install from source
while the default option is to install pkgs from ceph repo.

Change-Id: I4259733dd40a638d1bd5d1578a64ecaaa6490121
Signed-off-by: Jun He <jun.he@arm.com>
install-deps.sh