]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch 'ci/gcc-13' of https://github.com/t-8ch/util-linux
authorKarel Zak <kzak@redhat.com>
Mon, 25 Sep 2023 10:33:29 +0000 (12:33 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 25 Sep 2023 10:33:29 +0000 (12:33 +0200)
* '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

1  2 
.github/workflows/cibuild.yml

index 8a04ff64ebe243ce46460d478f6035fb7a0b682c,2d690bb0ff35f7bc8ec51baecea66d9fb036595e..4bfa60e612d8e85db35de9b22d060c7e78428a68
@@@ -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