Running test-suite only on fast-enough architectures (amd64, arm64, i386).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9a7ff4ea83
commit
66e4d5d4f9
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue