[Git][haskell-team/DHG_packages][master] what4: Disable template tests on non-x86_64 to fix FTBFS

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Mon Oct 10 02:02:36 BST 2022



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
d7582dc9 by Scott Talbert at 2022-10-09T20:30:14-04:00
what4: Disable template tests on non-x86_64 to fix FTBFS

- - - - -


3 changed files:

- p/haskell-what4/debian/changelog
- + p/haskell-what4/debian/patches/no-template-tests
- p/haskell-what4/debian/patches/series


Changes:

=====================================
p/haskell-what4/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-what4 (1.3-3) unstable; urgency=medium
+
+  * Disable template tests on non-x86_64 to fix FTBFS
+
+ -- Scott Talbert <swt at techie.net>  Sun, 09 Oct 2022 20:29:55 -0400
+
 haskell-what4 (1.3-2) unstable; urgency=medium
 
   * Post-NEW source-only upload


=====================================
p/haskell-what4/debian/patches/no-template-tests
=====================================
@@ -0,0 +1,11 @@
+--- a/what4.cabal
++++ b/what4.cabal
+@@ -386,4 +386,8 @@ test-suite template_tests
+   build-depends: bv-sized
+                , libBF
+                , transformers
++  if arch(x86_64)
++    buildable: True
++  else
++    buildable: False
+ 


=====================================
p/haskell-what4/debian/patches/series
=====================================
@@ -1 +1,2 @@
 no-tasty-sugar
+no-template-tests



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d7582dc9c74d07f7b57fed4ef48088d66cd0ae18
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/20221010/5164970f/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list