diff options
| -rw-r--r-- | testing/rav1e/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rav1e/APKBUILD b/testing/rav1e/APKBUILD index 76a9400c21..2ef88349e8 100644 --- a/testing/rav1e/APKBUILD +++ b/testing/rav1e/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.3.1 pkgrel=1 pkgdesc="The fastest and safest AV1 encoder" url="https://github.com/xiph/rav1e" -arch="all !s390x" # no cargo for s390x +arch="all !s390x !mips !mips64" # no cargo for s390x license="BSD-2-Clause custom" options="!check" # No test suite from upstream makedepends="cargo nasm" |
