]> 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 1028/head
authorKefu Chai <kchai@redhat.com>
Fri, 4 May 2018 12:00:09 +0000 (20:00 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 4 May 2018 12:00:20 +0000 (20:00 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh

index 7786b18f90b3ee45dbd2ef9dfd79f4ce90e0ff74..88202424a03e1ab4c50278ce4c08a645657fe3d5 100644 (file)
@@ -556,7 +556,7 @@ setup_pbuilder_for_old_gcc() {
         xenial)
             old=5;;
         bionic)
-            old=7.3;;
+            old=7;;
     esac
     setup_gcc_hook $old > $hookdir/D10update-gcc-alternatives
     chmod +x $hookdir/D10update-gcc-alternatives