mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01: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…
Reference in a new issue