ubuntu disco and ubuntu focal do not ship libboost 1.72 and up, and
we depend on libboost 1.72 or up, so it does not help to install
liboost 1.67 or libboost 1.71 anymore.
Signed-off-by: Kefu Chai <kchai@redhat.com>
$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
;;
*)