[Git][haskell-team/DHG_packages][master] 2 commits: ghc: drop wrong code reducing parallelism

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Aug 9 15:56:06 BST 2019



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


Commits:
f6ccfce7 by Aurelien Jarno at 2019-08-05T17:24:17Z
ghc: drop wrong code reducing parallelism

Drop the export DEB_BUILD_OPTIONS, this is not the correct way to reduce
parallelism. It prevents users to use a lower level of build parallelism
(for example 1 in that case). The dh --max-parallel=maximum option
should be used instead.

Anyway in that case reducing the parallelism doesn't bring anything, it
just make the build slower to succeed or fail. Therefore just drop the
code.

- - - - -
8277b0b7 by Gianfranco Costamagna at 2019-08-09T14:55:57Z
Merge branch 'ghc-parallelism' into 'master'

ghc: drop wrong code reducing parallelism

See merge request haskell-team/DHG_packages!2
- - - - -


1 changed file:

- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/rules
=====================================
@@ -55,10 +55,6 @@ ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH)))
   EXTRA_CONFIGURE_FLAGS += --disable-ld-override
 endif
 
-ifneq (,$(filter mips mipsel mips64el s390x, $(DEB_HOST_ARCH)))
-  export DEB_BUILD_OPTIONS=parallel=2
-endif
-
 %:
 	dh $@
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/3370923e05e1dbf7707d7f4c812e7ec979fbe6ce...8277b0b71bfc84030f68373bb401c6e1d3c24342

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/3370923e05e1dbf7707d7f4c812e7ec979fbe6ce...8277b0b71bfc84030f68373bb401c6e1d3c24342
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/20190809/7fa8f62f/attachment.html>


More information about the Pkg-haskell-commits mailing list