[commit: ghc] wip/travis: Do not build dynamic libraries (2c2fab7)

git at git.haskell.org git at git.haskell.org
Fri Jul 11 15:35:38 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/travis
Link       : http://ghc.haskell.org/trac/ghc/changeset/2c2fab74bedd771314de5cd74f03a62958c782cf/ghc

>---------------------------------------------------------------

commit 2c2fab74bedd771314de5cd74f03a62958c782cf
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Jul 11 17:35:02 2014 +0200

    Do not build dynamic libraries


>---------------------------------------------------------------

2c2fab74bedd771314de5cd74f03a62958c782cf
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index a74795c..e3d5f9a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,5 +24,8 @@ install:
  - cabal install happy alex
 script:
  - echo 'V = 0' >> mk/validate.mk # otherwise we hit log file limits on travis.
+ # do not build dynamic libraries
+ - echo 'DYNAMIC_GHC_PROGRAMS = NO' >> mk/validate.mk
+ - echo 'GhcLibWays = v' >> mk/validate.mk
  - if [ "$DEBUG_STAGE" = "YES"]; then echo 'GhcStage2HcOpts += -DDEBUG' >> mk/validate.mk; fi
  - PATH=~/.cabal/bin:$PATH ./validate --fast --no-dph



More information about the ghc-commits mailing list