mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
Merge pull request #38634 from tchaikov/wip-install-deps
install-deps.sh: do not install libboost-all-dev and nlohmann-json-dev Reviewed-by: Josh Durgin <jdurgin@redat.com>
This commit is contained in:
commit
4db1b8ff33
@ -292,15 +292,6 @@ else
|
||||
*Bionic*)
|
||||
ensure_decent_gcc_on_ubuntu 9 bionic
|
||||
[ ! $NO_BOOST_PKGS ] && install_boost_on_ubuntu bionic
|
||||
$SUDO apt-get install -y nlohmann-json-dev
|
||||
;;
|
||||
*Disco*)
|
||||
[ ! $NO_BOOST_PKGS ] && $SUDO apt-get install -y libboost1.67-all-dev
|
||||
$SUDO apt-get install -y nlohmann-json-dev
|
||||
;;
|
||||
*Focal*)
|
||||
[ ! $NO_BOOST_PKGS ] && $SUDO apt-get install -y libboost1.71-all-dev
|
||||
$SUDO apt-get install -y nlohmann-json3-dev
|
||||
;;
|
||||
*)
|
||||
$SUDO apt-get install -y gcc
|
||||
|
Loading…
Reference in New Issue
Block a user