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:
Kefu Chai 2020-12-17 23:16:50 +08:00 committed by GitHub
commit 4db1b8ff33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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