Skip to content

Commit

Permalink
Skip pixman tests on linux-i686 for now
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 11, 2022
1 parent 717ac9b commit 1ac5aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ PIXMAN_EXTRAFLAGS="--disable-gtk --enable-libpng"
download pixman "${PIXMAN_VERSION}" "${PIXMAN_URL}"
build_autoconf pixman "${PIXMAN_VERSION}" "${PIXMAN_EXTRAFLAGS}"

if [ "${CROSS_COMPILING}" -eq 0 ]; then
# FIXME tests fail on i686 CI builds
if [ "${CROSS_COMPILING}" -eq 0 ] && [ "x${LINUX_TARGET}" != "xlinux-i686" ]; then
run_make pixman "${PIXMAN_VERSION}" check
fi

Expand Down
1 change: 1 addition & 0 deletions setup/check_target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ INVALID_TARGET=0
LINUX=0
MACOS=0
MACOS_UNIVERSAL=0
MACOS_UNIVERSAL_10_15=0
WASM=0
WIN32=0
WIN64=0
Expand Down

0 comments on commit 1ac5aaf

Please sign in to comment.