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 <aemerson@redhat.com>
This commit is contained in:
Adam Emerson 2023-10-27 17:01:35 -04:00
parent d6f6dd1fbf
commit 87f4a8914c

View File

@ -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 {