]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
build: install-deps.sh installs system boost on Jammy 52768/head
authorAdam Emerson <aemerson@redhat.com>
Thu, 20 Jul 2023 01:03:44 +0000 (21:03 -0400)
committerAdam Emerson <aemerson@redhat.com>
Wed, 2 Aug 2023 16:18:03 +0000 (12:18 -0400)
commit572e7ebbbe24f3ba23b4fa02ca3eee690b5bfce1
tree048afd0d1d2fe012fbaac575034f9ba32bc9dd6e
parent3ac0bf38688f67da90540ce9315b1010e0a49327
build: install-deps.sh installs system boost on Jammy

Since on Jammy system boost is new enough for Pacific and we don't have
Jammy packages for older boost (we only have those for Bionic), just
install the system packages rather than fetching ceph-libboost.

No analogous commit exists in main as while main's Jammy case installs
ceph-libboost, we just need a system package here.

Fixes: https://tracker.ceph.com/issues/62103
Signed-off-by: Adam Emerson <aemerson@redhat.com>
install-deps.sh