Skip to content
Snippets Groups Projects
Commit f28db2fd authored by Ariadne Conill's avatar Ariadne Conill
Browse files

testing/mono: block on riscv64

parent a254c406
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
url="https://www.mono-project.com/"
# mips64 - #error "MIPS unsupported ABI"
arch="all !s390x !ppc64le !mips64"
# riscv64 - mono_os_mutex_init_type: pthread_mutexattr_setprotocol failed with "Function not implemented" (38)
arch="all !s390x !ppc64le !mips64 !riscv64"
license="MIT"
depends="python3"
depends_dev="$pkgname=$pkgver-r$pkgrel libgdiplus-dev zlib-dev"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment