[glib-networking/wip/tingping/pkcs11: 6/7] ci: Disable pkcs11-spy with asan
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/wip/tingping/pkcs11: 6/7] ci: Disable pkcs11-spy with asan
- Date: Thu, 3 Dec 2020 17:30:24 +0000 (UTC)
commit 2ce8edc97b4570d93f70a681db278e97e2a14548
Author: Patrick Griffis <tingping tingping se>
Date: Mon Nov 30 14:59:58 2020 -0600
ci: Disable pkcs11-spy with asan
It has leaks that we don't care about
.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f36d384..d3d5d3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,9 @@ fedora-x86_64:
fedora-x86_64-asan:
tags: [ asan ]
stage: build
+ variables:
+ PKCS11SPY_PATH: disabled
+ ASAN_OPTIONS: fast_unwind_on_malloc=0
script:
- meson -Db_sanitize=address
-Dgnutls=enabled
@@ -30,7 +33,7 @@ fedora-x86_64-asan:
-Dwerror=true
_build/
- meson compile -C _build/
- - ASAN_OPTIONS=fast_unwind_on_malloc=0 meson test --verbose --timeout-multiplier=10 -C _build/
+ - meson test --verbose --timeout-multiplier=10 -C _build/
artifacts:
paths:
- _build/test-results
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]