CI: disable no-font check

Void made the foot package depend on the font.

Running this test now always fails with
> `dejavu-fonts-ttf-2.37_3` in transaction breaks installed pkg `foot-1.25.0_2'

As this test uses both and the feature itself
seems to work well lets just skip it for now.
This commit is contained in:
Consolatis 2026-01-05 15:34:52 +01:00 committed by Johan Malm
parent 9600c73ea4
commit 02327e19b0

View file

@ -280,14 +280,18 @@ jobs:
LABWC_RUNS=2 scripts/ci/smoke-test.sh build-gcc-gdb LABWC_RUNS=2 scripts/ci/smoke-test.sh build-gcc-gdb
' | $TARGET ' | $TARGET
- name: Build with gcc - catch no font installed case # Void made the foot package depend on the font.
if: matrix.name == 'Void-musl' # As this test uses both and the feature itself
run: | # seems to work well lets just skip it for now
echo ' #
cd "$GITHUB_WORKSPACE" #- name: Build with gcc - catch no font installed case
xbps-remove -y dejavu-fonts-ttf # if: matrix.name == 'Void-musl'
export CC=gcc # run: |
meson setup build-gcc-nofont -Dxwayland=enabled --werror # echo '
meson compile -C build-gcc-nofont # cd "$GITHUB_WORKSPACE"
LABWC_EXPECT_RETURNCODE=1 scripts/ci/smoke-test.sh build-gcc-nofont # xbps-remove -y dejavu-fonts-ttf
' | $TARGET # export CC=gcc
# meson setup build-gcc-nofont -Dxwayland=enabled --werror
# meson compile -C build-gcc-nofont
# LABWC_EXPECT_RETURNCODE=1 scripts/ci/smoke-test.sh build-gcc-nofont
# ' | $TARGET