Michael R. Crusoe pushed to branch master at Debian Med / lambda-align

Commits:
3592460e by Michael R. Crusoe at 2018-02-21T01:59:46-08:00
Only run tests on certain archs.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lambda-align (1.0.3-3) unstable; urgency=medium
+
+  * Only run tests on certain archs. (Closes: #890851)
+
+ -- Michael R. Crusoe <michael.cru...@gmail.com>  Wed, 21 Feb 2018 01:59:38 
-0800
+
 lambda-align (1.0.3-2) unstable; urgency=medium
 
   * Fix AutoPkgTests, tested locally with debci


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+include /usr/share/dpkg/pkg-info.mk
 
 %:
        dh $@ --builddirectory=build
@@ -27,4 +28,6 @@ override_dh_auto_configure:
        dh_auto_configure -- -DLAMBDA_NATIVE_BUILD=OFF -DLAMBDA_MMAPPED_DB=ON 
-DCMAKE_BUILD_TYPE=Release
 
 override_dh_auto_test:
-       cd build/tests && ctest --parallel $(shell nproc)
+       ifneq (,$(filter amd64 arm64 mips64el ppc64el,$(DEB_BUILD_ARCH)))
+               cd build/tests && ctest --parallel $(shell nproc)
+       endif



View it on GitLab: 
https://salsa.debian.org/med-team/lambda-align/commit/3592460ec23c27d0d5f047255d6f8cbbf2b73f87

---
View it on GitLab: 
https://salsa.debian.org/med-team/lambda-align/commit/3592460ec23c27d0d5f047255d6f8cbbf2b73f87
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to