[Git][haskell-team/DHG_packages][master] concurrent-supply: Disable RTS -N globally (fixes FTBFS on riscv64/others)

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue Jan 3 16:17:36 GMT 2023



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


Commits:
3add68c1 by Scott Talbert at 2023-01-03T11:13:35-05:00
concurrent-supply: Disable RTS -N globally (fixes FTBFS on riscv64/others)

- - - - -


3 changed files:

- p/haskell-concurrent-supply/debian/changelog
- p/haskell-concurrent-supply/debian/patches/no-smp-arches → p/haskell-concurrent-supply/debian/patches/no-rts-n
- p/haskell-concurrent-supply/debian/patches/series


Changes:

=====================================
p/haskell-concurrent-supply/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-concurrent-supply (0.1.8-7) unstable; urgency=medium
+
+  * Disable RTS -N globally (fixes FTBFS on riscv64/others) (Closes: #1027640)
+
+ -- Scott Talbert <swt at techie.net>  Tue, 03 Jan 2023 11:13:19 -0500
+
 haskell-concurrent-supply (0.1.8-6) unstable; urgency=medium
 
   * Disable RTS -N on i386 also (fixes FTBFS)


=====================================
p/haskell-concurrent-supply/debian/patches/no-smp-arches → p/haskell-concurrent-supply/debian/patches/no-rts-n
=====================================
@@ -1,14 +1,11 @@
 --- a/concurrent-supply.cabal
 +++ b/concurrent-supply.cabal
-@@ -42,7 +42,10 @@ test-suite properties
+@@ -42,7 +42,7 @@ test-suite properties
    type: exitcode-stdio-1.0
    main-is: properties.hs
    default-language: Haskell2010
 -  ghc-options: -w -threaded -rtsopts -with-rtsopts=-N
-+  if arch(arm) || arch(mips) || arch(s390x) || arch(i386)
-+    ghc-options: -w -threaded -rtsopts
-+  else
-+    ghc-options: -w -threaded -rtsopts -with-rtsopts=-N
++  ghc-options: -w -threaded -rtsopts
    hs-source-dirs: test
  
    if !flag(test-properties)


=====================================
p/haskell-concurrent-supply/debian/patches/series
=====================================
@@ -1,2 +1,2 @@
 newer-deps
-no-smp-arches
+no-rts-n



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3add68c1c1692cc1dcf806cd84776e8f1668b398
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/20230103/db5a4cd1/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list