gitlab: add lsan suppression file to workaround tcmalloc issues
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 24 Jan 2023 18:01:01 +0000 (18:01 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 2 Feb 2023 10:44:23 +0000 (10:44 +0000)
commit3ab8bf8341ae42efbefbb99bff6d703c302b1d4c
tree43674bdf8e1949b3c047de2f2fb4641994478edb
parentd89935c95e5ba7e2685da71e4756fa63fde764af
gitlab: add lsan suppression file to workaround tcmalloc issues

The up-coming upgrade to Fedora 37 will bring in libtcmalloc as a
dependency of libglusterfs which confuses our fuzz run. Rather than
disable the build lets use LSAN's suppression mechanism to prevent the
job from failing.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230124180127.1881110-10-alex.bennee@linaro.org>
.gitlab-ci.d/buildtest.yml
scripts/oss-fuzz/lsan_suppressions.txt [new file with mode: 0644]