]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
install-deps.sh: do not install libboost-all-dev for old distros
authorKefu Chai <kchai@redhat.com>
Thu, 17 Dec 2020 10:52:00 +0000 (18:52 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 17 Dec 2020 11:05:04 +0000 (19:05 +0800)
commit99f6644e4f4229f2c7af97cf37fa8fb767b31ff2
tree24372aff3aecec94638ac3d85f3e0da39ede3dde
parent7ef6453e4aff9bcef8bb2dd26182dd35bb98dee0
install-deps.sh: do not install libboost-all-dev for old distros

ubuntu disco and ubuntu focal do not ship libboost 1.72 and up, and
we depend on libboost 1.72 or up, so it does not help to install
liboost 1.67 or libboost 1.71 anymore.

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