diff --git a/contrib/ci/README.md b/contrib/ci/README.md index b15504062..b0b152d42 100644 --- a/contrib/ci/README.md +++ b/contrib/ci/README.md @@ -9,7 +9,7 @@ Fedora (x86_64) ------ * A fully packaged RPM build with all plugins enabled -* Compiled under gcc +* Compiled under gcc with AddressSanitizer * Tests with -Werror enabled * Tests with the built in local test suite for all plugins. * All packages are installed diff --git a/contrib/ci/dependencies.xml b/contrib/ci/dependencies.xml index dc2ada8fb..8e701bbf2 100644 --- a/contrib/ci/dependencies.xml +++ b/contrib/ci/dependencies.xml @@ -1,5 +1,10 @@ + + + + + diff --git a/contrib/ci/fedora.sh b/contrib/ci/fedora.sh index 91082598b..f3ab49df7 100755 --- a/contrib/ci/fedora.sh +++ b/contrib/ci/fedora.sh @@ -7,6 +7,7 @@ git config tar.tar.xz.command "xz -c" mkdir -p build && pushd build rm -rf * meson .. \ + -Db_sanitize=address \ -Dgtkdoc=true \ -Dman=true \ -Dtests=true \