testing/mono: disable on arm

Seems mono needs now special action to bootstrap it. Build fails with:
*** The compiler 'mcs' doesn't appear to be usable.
*** You need Mono version 3.8 or better installed to build MCS
*** Check mono README for information on how to bootstrap a Mono installation.
/bin/sh: mcs: not found
*** The version of 'mcs' is: .
This commit is contained in:
Timo Teräs 2016-04-06 10:25:19 +03:00
parent 5733f99bcc
commit c3ae7a69b0

View File

@ -5,7 +5,7 @@ pkgver=4.2.2.30
pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
url="http://www.mono-project.com/"
arch="all"
arch="x86_64 x86"
license="GPL"
depends="python"
depends_dev="zlib-dev libgdiplus-dev"