]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: do not install nlohmann-json{3}?-dev 38634/head
authorKefu Chai <kchai@redhat.com>
Thu, 17 Dec 2020 11:03:42 +0000 (19:03 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 17 Dec 2020 11:05:04 +0000 (19:05 +0800)
"mk-build-deps --install" should be able to take care of this.

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh

index e2df506dc87144cb09dd84bde0b49b73ba222598..148b8d6c7a2bb58a482cf1aa1c3dd5c750b3b810 100755 (executable)
@@ -292,13 +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*)
-                $SUDO apt-get install -y nlohmann-json-dev
-                ;;
-            *Focal*)
-                $SUDO apt-get install -y nlohmann-json3-dev
                 ;;
             *)
                 $SUDO apt-get install -y gcc