mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-28 06:59:46 -05:00
ci: halt on UBSan error in smoke test
By default UBSan prints a message and carries on, which makes it easy to miss errors.
This commit is contained in:
parent
dbedcdb418
commit
26eac25d7f
1 changed files with 1 additions and 0 deletions
|
|
@ -44,5 +44,6 @@ tasks:
|
|||
export WLR_BACKENDS=drm
|
||||
export WLR_RENDERER=pixman
|
||||
export WLR_DRM_DEVICES=/dev/dri/by-path/platform-vkms-card
|
||||
export UBSAN_OPTIONS=halt_on_error=1
|
||||
sudo chmod ugo+rw /dev/dri/by-path/platform-vkms-card
|
||||
sudo -E seatd-launch -- ./tinywl -s 'kill $PPID' || [ $? = 143 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue