chore: add xvfb to deps-debian.sh (required by build-appimages smoke tests)
build-appimages.sh T3/T4 smoke tests start Xvfb automatically when no DISPLAY is set. Without xvfb in the deps array, a clean Debian/Ubuntu host would pass the dep check but fail at smoke-test time. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,7 @@ SETHLABELS_DEPS=(
|
||||
file dpkg-dev fakeroot
|
||||
wget
|
||||
bats
|
||||
xvfb
|
||||
)
|
||||
|
||||
# Detect sourced vs. executed.
|
||||
|
||||
Reference in New Issue
Block a user