]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
install-deps.sh: install prebuilt libboost dependencies for bionic also
authorKefu Chai <kchai@redhat.com>
Tue, 20 Nov 2018 04:43:34 +0000 (12:43 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 20 Nov 2018 05:09:53 +0000 (13:09 +0800)
commit98d774157928d89c6b0060fd6630ccc1fb6bc1f8
treefe2dd1214126bd73937703898059f3dd6137c4b6
parentab7344e61755b357c558aef3630e1479d5dcc7b3
install-deps.sh: install prebuilt libboost dependencies for bionic also

* extract boost install function into a helper, so we don't need to
  repeat it when adding support for new distros.
* install ceph-libboost-* for bionic build also. we check for the
  existence in run-make-check.sh, so there is no need to update
  the build script elsewhere.

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh