]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_utils.sh: help bionic to point its gcc back to 7.3 1026/head
authorKefu Chai <kchai@redhat.com>
Fri, 4 May 2018 11:52:39 +0000 (19:52 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 4 May 2018 11:52:39 +0000 (19:52 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh

index 4dde4ab754bedf559f963a8ae39b50370fc893d6..7786b18f90b3ee45dbd2ef9dfd79f4ce90e0ff74 100644 (file)
@@ -555,6 +555,8 @@ setup_pbuilder_for_old_gcc() {
             old=4.8;;
         xenial)
             old=5;;
+        bionic)
+            old=7.3;;
     esac
     setup_gcc_hook $old > $hookdir/D10update-gcc-alternatives
     chmod +x $hookdir/D10update-gcc-alternatives