From b7c422cb98b107709cf7d81bc6c0e68e27961ecb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 Feb 2023 09:07:10 +0100 Subject: ci: Stop running the asan build every time It fails because of address sanitizer crashes, and takes a long time. It is not that useful in this shape. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ddfcf7572..13baacd54a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -364,6 +364,7 @@ asan-build: tags: [ asan ] stage: analysis needs: [] + when: manual variables: script: - export PATH="$HOME/.local/bin:$PATH" -- cgit v1.2.1