]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commit
scripts/build_utils.sh: install GCC-9 on bionic
authorKefu Chai <kchai@redhat.com>
Fri, 7 Jun 2019 15:31:05 +0000 (23:31 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 17 Jun 2019 02:20:39 +0000 (10:20 +0800)
commit429a83b222116f81424553b170bbfca81307cba3
tree18f13cfb91185a6b85cf804178262908a491ed83
parent2a17755b65471df841f59e2b6564a184f9ce4e98
scripts/build_utils.sh: install GCC-9 on bionic

GCC-8 is good enough for build Ceph. but we are trying to focus on
1 year later's mainstream toolchain, and only the PPA of
"ubuntu-toolchain-r" offers GCC-9 for bionic, so let's just use GCC-9
for building all flavors on bionic. simpler this way.

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh