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.
This commit is contained in:
Matthias Clasen 2023-02-02 09:07:10 +01:00
parent 1c76f6586b
commit b7c422cb98

View File

@ -364,6 +364,7 @@ asan-build:
tags: [ asan ]
stage: analysis
needs: []
when: manual
variables:
script:
- export PATH="$HOME/.local/bin:$PATH"