]> git.ipfire.org Git - thirdparty/util-linux.git/commit
ci: don't combine -Werror and -fsanitize
authorThomas Weißschuh <thomas@t-8ch.de>
Fri, 22 Sep 2023 09:19:24 +0000 (11:19 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Fri, 22 Sep 2023 18:35:43 +0000 (20:35 +0200)
commitab37a96d075907ecb857b4d983761db1af102598
tree83ef0eacb4fe653c316ad74bb4467a0e2ed58201
parent1e0ad14b3ac08d855cda6de346a65f9b834e00db
ci: don't combine -Werror and -fsanitize

As explained in [0]:

    Note that sanitizers tend to increase the rate of false positive
    warnings, most notably those around -Wmaybe-uninitialized. We recommend
    against combining -Werror and [the use of] sanitizers.

[0] https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gcc/Instrumentation-Options.html#index-fsanitize_003dundefined

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