Skipping failing test-suite on mipsel and mips64el.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 07:41:35 +01:00
parent 53d05bf89a
commit 01140f6cdc
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

2
debian/rules vendored
View file

@ -23,4 +23,6 @@ override_dh_auto_configure:
$(PLATFORM)
override_dh_auto_test:
ifeq (,$(filter $(DEB_HOST_ARCH), mipsel mips64el ))
$(MAKE) -j1 check
endif