[gnome-keyring/wip/dueno/ci-fixes] ci: Fix ASAN jobs



commit eeaf4d646f5aff3933b133948a6335a0e9e81494
Author: Daiki Ueno <dueno src gnome org>
Date:   Fri Mar 26 18:22:55 2021 +0100

    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.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
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


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