]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: avoid re-installing g++-7 19468/head
authorKefu Chai <kchai@redhat.com>
Wed, 13 Dec 2017 06:22:39 +0000 (14:22 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 13 Dec 2017 06:22:41 +0000 (14:22 +0800)
commitb69e3efe64159417b2c80894ba5c249eb470d80a
tree77e3559b4aa1105da3524e0c7bf1a6a00a59de62
parent36aa1b8c94bfab18c30c2fc888499a4d0fa6b0f7
install-deps.sh: avoid re-installing g++-7

* add ubuntu-toolchain-r mirrors in case the ppa.launchpad.net is not
  accessible
* add ppa repo manually, it's faster than installing
  `software-properties-common` and then launch `add-apt-repository`
* hardwire $old to the gcc version shipped by the distro, simpler this
  way.

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