summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-31 00:46:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-31 00:46:12 +0000
commit4a84037d1c3d5c026eca04fa7d5db232ad342005 (patch)
tree2662f5ff22e84a0c67db0788731570fd0c434dc6
parentReleasing debian version 0.7.1-5. (diff)
downloadck-4a84037d1c3d5c026eca04fa7d5db232ad342005.tar.xz
ck-4a84037d1c3d5c026eca04fa7d5db232ad342005.zip
Running test-suite only on fast-enough architectures (amd64, arm64, i386).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a1ff455..fc4665d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,6 @@ override_dh_auto_configure:
$(PLATFORM)
override_dh_auto_test:
-ifeq (,$(filter $(DEB_HOST_ARCH), mipsel mips64el ))
+ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 i386))
$(MAKE) -j1 check
endif