[glib/wip/asan-ci] CI: Run tests with AddressSanitizer and UndefinedBehaviourSanitizer




commit 2e1d4ac0c24338d1cfd112232588dcf79c3bee41
Author: Simon McVittie <smcv collabora com>
Date:   Mon Feb 1 11:26:00 2021 +0000

    CI: Run tests with AddressSanitizer and UndefinedBehaviourSanitizer
    
    I'm doing this in the Fedora image because this is likely to be the
    newest we have (certainly newer than Debian stable), so its sanitizer
    implementation is probably the best.
    
    Signed-off-by: Simon McVittie <smcv collabora com>

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e79a66767..66a4f6a25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,6 +75,7 @@ fedora-x86_64:
             --default-library=both
             --prefix=$HOME/glib-installed
             --libdir=lib
+            -Db_sanitize=address,undefined
             -Dsystemtap=true
             -Ddtrace=true
             -Dfam=true


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]