]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
script/run-make: bump up to clang 19
authorMatan Breizman <mbreizma@redhat.com>
Sun, 16 Feb 2025 16:43:50 +0000 (16:43 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 20 Feb 2025 14:27:33 +0000 (14:27 +0000)
commit0e5a51b6b8aefa7647ca753e76d35851a6c4687a
treea489db0d229ae25c8fbb90622c866e7123df6f5b
parentc296b7a81205c5c459ec6555d523fab729dbbe42
script/run-make: bump up to clang 19

Supporting new stable compilers releases early on
should make it easier in the future by preventing introduction of
deperacted code.
As this PR already upgrades to 16 with the relevant fixes, we can
use this opportunity to upgrade to the last stable release available.

Note: Most distinct change here is that -Wvla-extension enabled
      by default and will result in lots of warnings.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/script/lib-build.sh
src/script/run-make.sh