[Git][haskell-team/DHG_packages][master] haskell-shake: disable armhf testsuite, to workaround an aligment bug

Gianfranco Costamagna gitlab at salsa.debian.org
Mon Dec 17 15:22:59 GMT 2018


Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
b912c258 by Gianfranco Costamagna at 2018-12-17T15:22:03Z
haskell-shake: disable armhf testsuite, to workaround an aligment bug

- - - - -


2 changed files:

- p/haskell-shake/debian/changelog
- p/haskell-shake/debian/rules


Changes:

=====================================
p/haskell-shake/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-shake (0.16.4+dfsg-3) unstable; urgency=medium
+
+  * Disable testsuite on armhf, fails on Ubuntu builders, probably
+    due to a misalignment bug due to 64bit kernel.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 17 Dec 2018 11:30:40 +0100
+
 haskell-shake (0.16.4+dfsg-2) unstable; urgency=medium
 
   * Bump debhelper compat level to 10


=====================================
p/haskell-shake/debian/rules
=====================================
@@ -9,6 +9,10 @@ DEB_ENABLE_TESTS := yes
 endif
 endif
 
+ifneq (,$(filter $(DEB_BUILD_ARCH),armhf))
+DEB_ENABLE_TESTS := no
+endif
+
 # unicode problems in the testsuite
 check-ghc-stamp: export LC_ALL := C.UTF-8
 



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/b912c258e30b30d6d28e6bb4518e1e648feedbe0
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/20181217/57e807e7/attachment.html>


More information about the Pkg-haskell-commits mailing list