From a43075cd0cb53d44b85c27da477bb5ef25545c37 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 30 Oct 2021 07:06:50 +0200 Subject: 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 -- cgit v1.2.3