CI: Switch GNU build from sanitizer to release

Keep GCC compiler warning coverage on pull requests without running the
GCC sanitizer configuration that has been timing out in CI. Leave the
Clang sanitizer jobs in place for sanitizer coverage.
This commit is contained in:
Andreas Kling 2026-05-24 08:23:07 +02:00 committed by Andreas Kling
parent c551a8094a
commit 0d9f7b3ed8

View file

@ -17,7 +17,7 @@ jobs:
matrix:
os_name: ['Linux']
arch: ['x86_64']
build_preset: ['Sanitizer']
build_preset: ['Release']
toolchain: ['GNU']
clang_plugins: [false]
runner_labels: ['["blacksmith-16vcpu-ubuntu-2404"]']