mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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:
parent
d6f6dd1fbf
commit
87f4a8914c
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user