mirror of
https://github.com/labwc/labwc.git
synced 2026-02-04 04:06:25 -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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue