From: Thomas Weißschuh Date: Tue, 15 Apr 2025 15:17:38 +0000 (+0200) Subject: ci: update gcc to version 14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b432d3fbdf1d231c941969f4e113c38c7b52dbe;p=thirdparty%2Futil-linux.git ci: update gcc to version 14 Also drop the note about GCC which is obsolete. Skip the coveralls job as it does not yet support GCC 14. Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 2d43d1d1d..598d11025 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -27,9 +27,8 @@ jobs: fail-fast: false matrix: env: - # gcc-13 has false-positives with ubsan - - { COMPILER: "gcc", COMPILER_VERSION: "13", SANITIZE: "yes" } - - { COMPILER: "gcc", COMPILER_VERSION: "13", SANITIZE: "no" } + - { COMPILER: "gcc", COMPILER_VERSION: "14", SANITIZE: "yes" } + - { COMPILER: "gcc", COMPILER_VERSION: "14", SANITIZE: "no" } - { COMPILER: "clang", COMPILER_VERSION: "20", SANITIZE: "yes" } - { COMPILER: "clang", COMPILER_VERSION: "20", SANITIZE: "no" } env: ${{ matrix.env }} @@ -86,7 +85,7 @@ jobs: cancel-in-progress: true env: COMPILER: gcc - COMPILER_VERSION: 13 + COMPILER_VERSION: 14 SANITIZE: no steps: - name: Repository checkout @@ -106,7 +105,7 @@ jobs: cancel-in-progress: true env: COMPILER: gcc - COMPILER_VERSION: 13 + COMPILER_VERSION: 14 SANITIZE: no TRANSLATE_MANPAGES: yes steps: @@ -171,7 +170,7 @@ jobs: distro: ubuntu_latest run: | export COMPILER=gcc - export COMPILER_VERSION=13 + export COMPILER_VERSION=14 export SANITIZE=no export QEMU_USER=1