]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps,run-make-check: use ceph-libboost repo
authorKefu Chai <kchai@redhat.com>
Sat, 8 Sep 2018 15:06:45 +0000 (23:06 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 11 Sep 2018 14:22:47 +0000 (22:22 +0800)
commitf0d7616b374d8975413ad53aab30795c364943fd
tree8b60090d80007674d633d86a89ed627d84ec0ae8
parent027164e156ee9bf95804ea8b51bbfbd9592fe8c1
install-deps,run-make-check: use ceph-libboost repo

ceph-libboost1.67 repo is setup to satisfy the libboost dependencies
used when building ceph. now it offers arm64 and amd64 builds for xenial.

* install-deps.sh: add ceph-libboost1.67 repo hosted on chacra if the
  building host does not have any of the listed ceph-libboost1.67
  packages installed
* run-make-check.sh: add "-DWITH_SYSTEM_BOOST=ON
  -DBOOST_ROOT=/opt/ceph" if include/boost/config.hpp is found
  under /opt/ceph

See-also: http://tracker.ceph.com/issues/25186
Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh
run-make-check.sh