From 01140f6cdc132671c8917591c015c48e77186e6b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 Feb 2025 07:41:35 +0100 Subject: [PATCH] Skipping failing test-suite on mipsel and mips64el. Signed-off-by: Daniel Baumann --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index e8da4e2..a1ff455 100755 --- a/debian/rules +++ b/debian/rules @@ -23,4 +23,6 @@ override_dh_auto_configure: $(PLATFORM) override_dh_auto_test: +ifeq (,$(filter $(DEB_HOST_ARCH), mipsel mips64el )) $(MAKE) -j1 check +endif