chromium: mark broken for i686

This commit is contained in:
Duncaen 2022-10-30 12:45:31 +01:00
parent b063f161d8
commit 840dab12b4
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -60,6 +60,10 @@ if [ "$CROSS_BUILD" ]; then
esac
fi
case "${XBPS_TARGET_MACHINE}" in
i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/40258/steps/shell_3/logs/stdio" ;;
esac
post_patch() {
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
for f in "${FILESDIR}"/musl-patches/*.patch; do