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>
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" }