From 02327e19b0b6672a3e76f58107adf5ca999f2c5c Mon Sep 17 00:00:00 2001 From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:34:52 +0100 Subject: [PATCH] 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. --- .github/workflows/build.yml | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46b4ef78..664e9ead 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -280,14 +280,18 @@ jobs: LABWC_RUNS=2 scripts/ci/smoke-test.sh build-gcc-gdb ' | $TARGET - - name: Build with gcc - catch no font installed case - if: matrix.name == 'Void-musl' - run: | - echo ' - cd "$GITHUB_WORKSPACE" - xbps-remove -y dejavu-fonts-ttf - 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 + # Void made the foot package depend on the font. + # As this test uses both and the feature itself + # seems to work well lets just skip it for now + # + #- name: Build with gcc - catch no font installed case + # if: matrix.name == 'Void-musl' + # run: | + # echo ' + # cd "$GITHUB_WORKSPACE" + # xbps-remove -y dejavu-fonts-ttf + # 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