From: Adam Emerson Date: Fri, 27 Oct 2023 21:01:35 +0000 (-0400) Subject: build: Don't kill install-deps.sh if we can't get ceph-libboost X-Git-Tag: v19.0.0~211^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F54226%2Fhead;p=ceph.git build: Don't kill install-deps.sh if we can't get ceph-libboost We can still use the submodule. Signed-off-by: Adam Emerson --- diff --git a/install-deps.sh b/install-deps.sh index 50a62682765c..d01bc6464e6f 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -216,7 +216,9 @@ function install_boost_on_ubuntu { ceph-libboost-system${boost_ver}-dev \ ceph-libboost-test${boost_ver}-dev \ ceph-libboost-thread${boost_ver}-dev \ - ceph-libboost-timer${boost_ver}-dev + ceph-libboost-timer${boost_ver}-dev \ + || ci_debug "ceph-libboost package unavailable, you can build the submodule" + } function install_libzbd_on_ubuntu {