Skip to content

Commit

Permalink
Merge pull request ceph#47885 from ceph/boost-focal
Browse files Browse the repository at this point in the history
install-deps: Actually install libboost we built for Jammy
  • Loading branch information
David Galloway authored Sep 1, 2022
2 parents 14189b7 + e2fba2d commit f4df409
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit f4df409

Please sign in to comment.