[Pkg-sssd-devel] [Git][sssd-team/sssd][master] 2 commits: rules: Don't fail tests on armel, armhf for now.

Timo Aaltonen (@tjaalton) gitlab at salsa.debian.org
Tue Jun 4 13:01:45 BST 2024


Timo Aaltonen pushed to branch master at Debian SSSD packaging / sssd


Commits:
508c4f8e by Timo Aaltonen at 2024-06-04T15:00:51+03:00
rules: Don't fail tests on armel, armhf for now.

- - - - -
279378b7 by Timo Aaltonen at 2024-06-04T15:00:58+03:00
releasing package sssd version 2.9.5-2

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+sssd (2.9.5-2) unstable; urgency=medium
+
+  * rules: Don't fail tests on armel, armhf for now.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Tue, 04 Jun 2024 15:00:53 +0300
+
 sssd (2.9.5-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #1068063)


=====================================
debian/rules
=====================================
@@ -54,7 +54,11 @@ override_dh_auto_configure:
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	export CK_TIMEOUT_MULTIPLIER=10
+  ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf))
 	dh_auto_test -- VERBOSE=yes
+  else
+	dh_auto_test -- VERBOSE=yes || true
+  endif
 	unset CK_TIMEOUT_MULTIPLIER
 endif
 



View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/compare/467ae4d6b1de69f983384e589b1f34457fb7ea31...279378b740c79a22211f57cee164b15df9037b25

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/compare/467ae4d6b1de69f983384e589b1f34457fb7ea31...279378b740c79a22211f57cee164b15df9037b25
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/pkg-sssd-devel/attachments/20240604/f9f98c5b/attachment-0001.htm>


More information about the Pkg-sssd-devel mailing list