ci: halt on UBSan errors

By default UBSan prints a message and carries on, which makes it
easy to miss errors.
This commit is contained in:
Simon Ser 2023-11-02 11:04:06 +01:00
parent 7ceaf440e2
commit 58b8494dd5

View file

@ -10,6 +10,8 @@ sources:
- https://gitlab.freedesktop.org/emersion/libliftoff.git
artifacts:
- coveragereport.tar.gz
environment:
UBSAN_OPTIONS: halt_on_error=1
tasks:
- setup: |
cd libliftoff