From: Casey Bodley Date: Thu, 17 Jul 2025 19:07:35 +0000 (-0400) Subject: scripts/build_utils: default to gcc-14 for ubuntu noble X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2404%2Fhead;p=ceph-build.git scripts/build_utils: default to gcc-14 for ubuntu noble noble provides both gcc-13 and 14, but its gcc 13.2.0 suffers from an LTO bug that causes ceph daemons to crash horribly (tracked in https://tracker.ceph.com/issues/63867) Signed-off-by: Casey Bodley --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 885fcd36..2179f299 100755 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -804,7 +804,7 @@ setup_pbuilder_for_old_gcc() { jammy) old=11;; noble) - old=13;; + old=14;; esac setup_gcc_hook $old > $hookdir/D10update-gcc-alternatives chmod +x $hookdir/D10update-gcc-alternatives