summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2021-03-26 18:22:55 +0100
committerDaiki Ueno <dueno@src.gnome.org>2021-03-26 18:22:55 +0100
commiteeaf4d646f5aff3933b133948a6335a0e9e81494 (patch)
treea9c18a5da08e55821cf17aacbdd272d734612095
parent3a4dc5bb32e05ec682420da533b58bc3e6d94a25 (diff)
downloadgnome-keyring-eeaf4d646f5aff3933b133948a6335a0e9e81494.tar.gz
ci: Fix ASAN jobs
This ports the commits 572a35626625d0a2cd0be54124e402d6bcb43898 and 5b69e07be75ee5f43df0d734eaee007033a33647 from gcr, by Niels De Graef. See https://mail.gnome.org/archives/desktop-devel-list/2020-February/msg00055.html for more context.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6974d56b..f8136d23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,6 +29,8 @@ fedora:Werror:
fedora:asan:
extends: .build
+ tags:
+ - asan # LSAN needs CAP_SYS_PTRACE
script:
- NOCONFIGURE=1 ./autogen.sh
- mkdir _build