From 215c26ce33f6c19089dafdc3c0b46f4c7ca56919 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Fri, 30 Jun 2017 15:01:58 -0400 Subject: Run the testsuite on amd64 and i386 only. (Closes: #866372) --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 2acc53ac..e5cf5097 100755 --- a/debian/rules +++ b/debian/rules @@ -32,8 +32,11 @@ configure-stamp: build-stamp: configure-stamp dh_testdir $(MAKE) V=1 +# the testsuite is only really maintained on i386 and amd64 +ifneq (,$(filter $(DEB_HOST_ARCH),i386 amd64)) ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) ./runtest.pl ALL +endif endif touch build-stamp -- cgit v1.2.3