]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: also use GCC 13 for sanitizer builds
authorThomas Weißschuh <thomas@t-8ch.de>
Fri, 22 Sep 2023 18:38:13 +0000 (20:38 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Fri, 22 Sep 2023 18:38:13 +0000 (20:38 +0200)
Now that -Werror is not used anymore with -fsanitize the false-postives
are not a problem anymore and we get the better runtime checks of newer
sanitizers.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cibuild.yml

index f6da622cf54530e6979d037b060e77984eaac75b..2d690bb0ff35f7bc8ec51baecea66d9fb036595e 100644 (file)
@@ -28,7 +28,7 @@ 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"   }