[med-svn] [Git][med-team/minc-tools][master] 2 commits: Disable tests on armhf

Steven Robbins (@smr) gitlab at salsa.debian.org
Sun Dec 29 22:05:35 GMT 2024



Steven Robbins pushed to branch master at Debian Med / minc-tools


Commits:
7159d742 by Steve Robbins at 2022-09-21T01:07:28-05:00
Disable tests on armhf

- - - - -
bddfd7a7 by Steve Robbins at 2022-09-21T01:08:29-05:00
release

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+minc-tools (2.3.00+dfsg-10) unstable; urgency=medium
+
+  [ Steve Robbins ]
+  * [b6810f2] Ignore kdevelop stuff
+  * [7159d74] Disable tests on armhf
+
+ -- Steve M. Robbins <smr at debian.org>  Wed, 21 Sep 2022 01:07:47 -0500
+
 minc-tools (2.3.00+dfsg-9) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -6,7 +6,10 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 CMAKE_FLAGS =
 
 
-# Tests are buggy; disable test on sparc
+# Tests are buggy; disable test on armhf, sparc
+ifeq ($(ARCH),armhf)
+	DEB_BUILD_OPTIONS += nocheck
+endif
 ifeq ($(ARCH),sparc)
 	DEB_BUILD_OPTIONS += nocheck
 endif



View it on GitLab: https://salsa.debian.org/med-team/minc-tools/-/compare/b6810f26ded7e66087b7d15df77be192bdce7d18...bddfd7a7c7e3703c53a6c39fb15fa2700e43015a

-- 
View it on GitLab: https://salsa.debian.org/med-team/minc-tools/-/compare/b6810f26ded7e66087b7d15df77be192bdce7d18...bddfd7a7c7e3703c53a6c39fb15fa2700e43015a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20241229/a6706d56/attachment-0001.htm>


More information about the debian-med-commit mailing list