mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
chromium: broken on aarch64
This commit is contained in:
parent
84cc5ba213
commit
25c705c386
1 changed files with 6 additions and 0 deletions
|
@ -63,11 +63,17 @@ fi
|
|||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
aarch64)
|
||||
bro
|
||||
aarch64*) ;;
|
||||
*) nocross="chromium can not be cross compiled for this architecture" ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
aarch64)
|
||||
broken="https://build.voidlinux.org/builders/aarch64_builder/builds/46556/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