summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-07-19 18:14:15 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-07-19 18:14:15 -0500
commit01ad93ac5f9c9d6cb629723c088d125f212ecb3f (patch)
tree4038f611d84d815788feb0a46f290357e1517c19
parent711096153c154b4dded15ac84359183359d69bb2 (diff)
downloadepiphany-01ad93ac5f9c9d6cb629723c088d125f212ecb3f.tar.gz
Revert "Try turning on asan"
This reverts commit 5d6a94007ca6abc674e85c1bf1221ffe2ba2c970. It doesn't work, and I don't know how to fix it.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a6b6a8bb8..07798b2e5 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 -Db_sanitize=address --werror'
+ MESON_ARGS: '-Dprofile=Devel -Dunit_tests=enabled --werror'
except:
- master
flatpak-master:
extends: '.flatpak-template'
variables:
- MESON_ARGS: '-Dtech_preview=true -Dprofile=Devel -Db_sanitize=address'
+ MESON_ARGS: '-Dtech_preview=true -Dprofile=Devel'
only:
- master