mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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
|
esac
|
||||||
fi
|
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() {
|
post_patch() {
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
for f in "${FILESDIR}"/musl-patches/*.patch; do
|
for f in "${FILESDIR}"/musl-patches/*.patch; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue