]> git.ipfire.org Git - thirdparty/kmod.git/commit
ci: disable sanitizers for ubuntu 22.04
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 15 Oct 2024 12:52:07 +0000 (13:52 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 17 Oct 2024 13:35:10 +0000 (08:35 -0500)
commit01a48d2cdf214f6552f106365529eff713d9d159
tree55d6bff10c31b1481144e6de2693bec13bdf0bbb
parent694a60a14747a9f8d254b8670a28b6ca99631256
ci: disable sanitizers for ubuntu 22.04

It seems that the meson shipped with Ubuntu 22.04 is too old (buggy?) to
set the ASAN_OPTIONS and similar variables. Which means that we don't
have an easy way to detect if the sanitizers are enabled in the upcoming
test wrapper script.

The alternative is to grab newer meson, either via pip or otherwise.
Although considering we have decent coverage via the other distributions
it doesn't seem worth the hassle.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/179
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/workflows/main.yml