diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-10-30 05:06:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-10-30 05:09:33 +0000 |
commit | a43075cd0cb53d44b85c27da477bb5ef25545c37 (patch) | |
tree | 8a8e11b6b8016f239973af90b67ec1980771f2aa | |
parent | Releasing debian version 0.7.1-4. (diff) | |
download | ck-a43075cd0cb53d44b85c27da477bb5ef25545c37.tar.xz ck-a43075cd0cb53d44b85c27da477bb5ef25545c37.zip |
Skipping failing test-suite on mipsel and mips64el.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
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 |