From: Thomas Weißschuh Date: Wed, 20 Sep 2023 21:31:04 +0000 (+0200) Subject: ci: build with clang 17 X-Git-Tag: v2.40-rc1~235^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3d65102ecd53ba089a31344ffb4656569a2c1ae;p=thirdparty%2Futil-linux.git ci: build with clang 17 Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index f6da622cf5..8a04ff64eb 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -30,8 +30,8 @@ jobs: # gcc-13 has false-positives with ubsan - { COMPILER: "gcc", COMPILER_VERSION: "11", SANITIZE: "yes" } - { COMPILER: "gcc", COMPILER_VERSION: "13", SANITIZE: "no" } - - { COMPILER: "clang", COMPILER_VERSION: "16", SANITIZE: "yes" } - - { COMPILER: "clang", COMPILER_VERSION: "16", SANITIZE: "no" } + - { COMPILER: "clang", COMPILER_VERSION: "17", SANITIZE: "yes" } + - { COMPILER: "clang", COMPILER_VERSION: "17", SANITIZE: "no" } env: ${{ matrix.env }} steps: - name: Repository checkout