From: Kefu Chai Date: Thu, 18 Mar 2021 11:50:58 +0000 (+0800) Subject: install-deps.sh: install boost 1.75 on focal X-Git-Tag: v17.1.0~2554^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1cc6174a3a7f6808169daf615e0ef7e553804f16;p=ceph.git install-deps.sh: install boost 1.75 on focal we bump boost on regular basis. let's take the opportunity of moving to focal to use boost v1.75. v1.73 was used before this change. since both boost 1.75 and boost 1.73 install some files at the same places, we need to remove boost 1.73 before installing boost 1.75. Signed-off-by: Kefu Chai --- diff --git a/install-deps.sh b/install-deps.sh index 4f4fb7b24d6..624148fd7d3 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -309,6 +309,7 @@ else $with_zbd && install_libzbd_on_ubuntu bionic ;; *Focal*) + [ ! $NO_BOOST_PKGS ] && install_boost_on_ubuntu focal $with_zbd && install_libzbd_on_ubuntu focal ;; *)