From 1cc6174a3a7f6808169daf615e0ef7e553804f16 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 18 Mar 2021 19:50:58 +0800 Subject: [PATCH] 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 --- install-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-deps.sh b/install-deps.sh index 4f4fb7b24d65..624148fd7d36 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 ;; *) -- 2.47.3