[Git][haskell-team/DHG_packages][master] warp: Disable tests on armhf

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Tue Jan 28 06:12:50 GMT 2025



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
218e7c39 by Ilias Tsitsimpis at 2025-01-28T08:05:32+02:00
warp: Disable tests on armhf

- - - - -


2 changed files:

- p/haskell-warp/debian/changelog
- p/haskell-warp/debian/rules


Changes:

=====================================
p/haskell-warp/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-warp (3.3.31-2) unstable; urgency=medium
+
+  * Disable tests on armhf (Closes: #1091293)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jan 2025 08:05:30 +0200
+
 haskell-warp (3.3.31-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0


=====================================
p/haskell-warp/debian/rules
=====================================
@@ -7,8 +7,8 @@ ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 	DEB_ENABLE_TESTS = no
 endif
 
-# Tests fail after 150 minutes of inactivity on mipsel
-ifneq (,$(filter $(DEB_BUILD_ARCH),mipsel))
+# Tests fail on armhf, see https://bugs.debian.org/1091293
+ifneq (,$(filter $(DEB_BUILD_ARCH),armhf))
 	DEB_ENABLE_TESTS = no
 endif
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/218e7c39251fb61ec3eed1e6189c697b2cfceba0

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/218e7c39251fb61ec3eed1e6189c697b2cfceba0
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-haskell-commits/attachments/20250128/98d69d99/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list