CI: Make asan a child of the default fedora build

Effects of that:

1. Keep artifacts
2. Produce a test report
3. Caching for ccache
This commit is contained in:
Benjamin Otte 2024-08-21 21:35:05 +02:00
parent 07b3e8785c
commit 2d9f28c0ff

View File

@ -415,7 +415,7 @@ static-scan:
# Run tests with the address sanitizer. We need to turn off introspection
# and f16c, since they are incompatible with asan
asan-build:
image: $FEDORA_IMAGE
extends: .build-fedora-default
tags: [ asan ]
stage: analysis
needs: []