ci: halt on UBSan error in smoke test

By default UBSan prints a message and carries on, which makes it
easy to miss errors.
master
Simon Ser 1 year ago
parent dbedcdb418
commit 26eac25d7f

@ -44,5 +44,6 @@ tasks:
export WLR_BACKENDS=drm export WLR_BACKENDS=drm
export WLR_RENDERER=pixman export WLR_RENDERER=pixman
export WLR_DRM_DEVICES=/dev/dri/by-path/platform-vkms-card 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 chmod ugo+rw /dev/dri/by-path/platform-vkms-card
sudo -E seatd-launch -- ./tinywl -s 'kill $PPID' || [ $? = 143 ] sudo -E seatd-launch -- ./tinywl -s 'kill $PPID' || [ $? = 143 ]

Loading…
Cancel
Save