[Git][haskell-team/DHG_packages][master] warp: Disable testsuite on mipsel

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Fri Sep 30 09:34:52 BST 2022



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


Commits:
2f4327a6 by Ilias Tsitsimpis at 2022-09-30T11:02:46+03:00
warp: Disable testsuite on mipsel

- - - - -


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.21-3) unstable; urgency=medium
+
+  * Disable testsuite on mipsel.
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 30 Sep 2022 11:02:43 +0300
+
 haskell-warp (3.3.21-2) unstable; urgency=medium
 
   * Fix testsuite build.


=====================================
p/haskell-warp/debian/rules
=====================================
@@ -1,9 +1,15 @@
 #!/usr/bin/make -f
 
+DEB_ENABLE_TESTS = yes
+
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 	DEB_SETUP_GHC_CONFIGURE_ARGS := -f-allow-sendfilefd
-else
-	DEB_ENABLE_TESTS = yes
+	DEB_ENABLE_TESTS = no
+endif
+
+# Tests fail after 150 minutes of inactivity on mipsel
+ifneq (,$(filter $(DEB_BUILD_ARCH),mipsel))
+	DEB_ENABLE_TESTS = no
 endif
 
 include /usr/share/cdbs/1/rules/buildvars.mk



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2f4327a6025a195df22e0896339470af81d6cfee
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/20220930/35946086/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list