From 33a4c4e9fa0a6cf46cf4cbdf8cd011ff42899d65 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 7 May 2021 11:55:52 +0200 Subject: [PATCH] community/qt6-qtquick3d: disable on mips64 --- community/qt6-qtquick3d/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/qt6-qtquick3d/APKBUILD b/community/qt6-qtquick3d/APKBUILD index b2845e0e918..01d54f59389 100644 --- a/community/qt6-qtquick3d/APKBUILD +++ b/community/qt6-qtquick3d/APKBUILD @@ -4,8 +4,9 @@ pkgver=6.1.0 pkgrel=0 pkgdesc="Qt module and API for defining 3D content in Qt Quick" url="https://qt.io" -arch="all !s390x" # build fails on s390x with: - # Shader baking failed: Cannot resolve expression type. +# s390x and mips64 build fails +# Shader baking failed: Cannot resolve expression type. +arch="all !s390x !mips64" license="LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0" depends_dev=" qt6-qtdeclarative-dev