From: Karel Zak Date: Mon, 25 Sep 2023 10:33:29 +0000 (+0200) Subject: Merge branch 'ci/gcc-13' of https://github.com/t-8ch/util-linux X-Git-Tag: v2.40-rc1~232 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06bc573014a55a6ce36c5df425ff099743542d8f;p=thirdparty%2Futil-linux.git Merge branch 'ci/gcc-13' of https://github.com/t-8ch/util-linux * 'ci/gcc-13' of https://github.com/t-8ch/util-linux: ci: also use GCC 13 for sanitizer builds ci: don't combine -Werror and -fsanitize --- 06bc573014a55a6ce36c5df425ff099743542d8f diff --cc .github/workflows/cibuild.yml index 8a04ff64eb,2d690bb0ff..4bfa60e612 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@@ -28,10 -28,10 +28,10 @@@ jobs matrix: env: # gcc-13 has false-positives with ubsan - - { COMPILER: "gcc", COMPILER_VERSION: "11", SANITIZE: "yes" } + - { COMPILER: "gcc", COMPILER_VERSION: "13", 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