Running test-suite only on fast-enough architectures (amd64, arm64, i386).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 07:42:06 +01:00
parent 9a7ff4ea83
commit 66e4d5d4f9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

2
debian/rules vendored
View file

@ -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