summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-02-02 09:07:10 +0100
committerMatthias Clasen <mclasen@redhat.com>2023-02-02 09:07:10 +0100
commitb7c422cb98b107709cf7d81bc6c0e68e27961ecb (patch)
tree60131a0b055384d72170ac985a99547e3d23be99 /.gitlab-ci.yml
parent1c76f6586b6a12289aafc2b7a08b346a3673f0f7 (diff)
downloadgtk+-b7c422cb98b107709cf7d81bc6c0e68e27961ecb.tar.gz
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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"