chromium: mark broken for i686
This commit is contained in:
parent
b063f161d8
commit
840dab12b4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue