]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
build: Don't kill install-deps.sh if we can't get ceph-libboost
authorAdam Emerson <aemerson@redhat.com>
Fri, 27 Oct 2023 21:01:35 +0000 (17:01 -0400)
committerAdam Emerson <aemerson@redhat.com>
Fri, 27 Oct 2023 23:18:19 +0000 (19:18 -0400)
We can still use the submodule.

Signed-off-by: Adam Emerson <aemerson@redhat.com>
install-deps.sh

index 50a62682765c1cdaeb9ac81e32c1ff70c05fcca5..d01bc6464e6f99f893923785ce0325b4f99564dc 100755 (executable)
@@ -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 {