chromium: broken on aarch64

This commit is contained in:
Đoàn Trần Công Danh 2023-12-15 19:08:31 +07:00
parent 84cc5ba213
commit 25c705c386

View file

@ -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