mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
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:
parent
9600c73ea4
commit
02327e19b0
1 changed files with 15 additions and 11 deletions
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue