[epiphany/mcatanzaro/flat-manager-asan: 5/6] Try turning on asan
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/flat-manager-asan: 5/6] Try turning on asan
- Date: Fri, 19 Jul 2019 21:23:28 +0000 (UTC)
commit a924da0e049a919d0f5b9e79a78aafa7cc7107f4
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Fri Jul 19 13:15:03 2019 -0500
Try turning on asan
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 059a20650..13b19990d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,14 +27,14 @@ variables:
flatpak:
extends: '.flatpak-template'
variables:
- MESON_ARGS: '-Dprofile=Devel -Dunit_tests=enabled --werror'
+ MESON_ARGS: '-Dprofile=Devel -Dunit_tests=enabled -Db_sanitize=address --werror'
except:
- master
flatpak-master:
extends: '.flatpak-template'
variables:
- MESON_ARGS: '-Dtech_preview=true -Dprofile=Devel'
+ MESON_ARGS: '-Dtech_preview=true -Dprofile=Devel -Db_sanitize=address'
only:
- master
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]