]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
install-deps: Actually install libboost we built for Jammy
authorDavid Galloway <dgallowa@redhat.com>
Wed, 31 Aug 2022 18:02:36 +0000 (14:02 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 31 Aug 2022 18:02:36 +0000 (14:02 -0400)
Follow up to https://github.com/ceph/ceph/commit/947ac23979b6c4ba2617090f2d9a36e1f40f60c8

Signed-off-by: David Galloway <dgallowa@redhat.com>
install-deps.sh

index 25f066a01aa50d135633216a46c74f3794a30d39..99520b4001105284d18a36398fa16c719a0d2a78 100755 (executable)
@@ -344,6 +344,10 @@ else
                 [ ! $NO_BOOST_PKGS ] && install_boost_on_ubuntu focal
                 $with_zbd && install_libzbd_on_ubuntu focal
                 ;;
+            *Jammy*)
+                [ ! $NO_BOOST_PKGS ] && install_boost_on_ubuntu jammy
+                $SUDO apt-get install -y gcc
+                ;;
             *)
                 $SUDO apt-get install -y gcc
                 ;;