We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717ac9b commit 1ac5aafCopy full SHA for 1ac5aaf
bootstrap-plugins.sh
@@ -97,7 +97,8 @@ PIXMAN_EXTRAFLAGS="--disable-gtk --enable-libpng"
97
download pixman "${PIXMAN_VERSION}" "${PIXMAN_URL}"
98
build_autoconf pixman "${PIXMAN_VERSION}" "${PIXMAN_EXTRAFLAGS}"
99
100
-if [ "${CROSS_COMPILING}" -eq 0 ]; then
+# FIXME tests fail on i686 CI builds
101
+if [ "${CROSS_COMPILING}" -eq 0 ] && [ "x${LINUX_TARGET}" != "xlinux-i686" ]; then
102
run_make pixman "${PIXMAN_VERSION}" check
103
fi
104
setup/check_target.sh
@@ -9,6 +9,7 @@ INVALID_TARGET=0
9
LINUX=0
10
MACOS=0
11
MACOS_UNIVERSAL=0
12
+MACOS_UNIVERSAL_10_15=0
13
WASM=0
14
WIN32=0
15
WIN64=0
0 commit comments