[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/2.6.7-5-53-g3f99e0e
Mirco Bauer
meebey at meebey.net
Sun Jan 30 19:55:03 UTC 2011
The following commit has been merged in the master-experimental branch:
commit 3f99e0e512c4d1a1cb65ba6b9e72e1c6fb5cffb1
Author: Mirco Bauer <meebey at meebey.net>
Date: Sun Jan 30 20:54:31 2011 +0100
Don't run the test-suite with sgen on powerpc
diff --git a/debian/rules b/debian/rules
index 58ed9d6..a00e94b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,6 +60,9 @@ else
MONO_BOEHM_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=boehm make test
MONO_SGEN_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=sgen make test
endif
+ifeq ($(DEB_BUILD_ARCH), powerpc)
+ MONO_SGEN_TEST = true
+endif
MDB_REL = mono-debugger
ifeq ($(DISTRO), Ubuntu)
--
mono
More information about the Pkg-mono-svn-commits
mailing list