[commit: ghc] wip/jenkins: Configure bindist (8944cb0)

git at git.haskell.org git at git.haskell.org
Thu Jul 27 20:51:42 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/8944cb0c3c8c82c09b259c709689ee9b9cddfff4/ghc

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

commit 8944cb0c3c8c82c09b259c709689ee9b9cddfff4
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jun 4 12:32:40 2017 -0400

    Configure bindist


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

8944cb0c3c8c82c09b259c709689ee9b9cddfff4
 Jenkinsfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index db32f78..c369979 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -253,6 +253,10 @@ def testGhc(params) {
   boolean runNofib = params?.runNofib
 
   withGhcBinDist(targetTriple) {
+    stage('Configure') {
+      sh './configure'
+    }
+
     stage('Install testsuite dependencies') {
       if (params.nightly) {
         def pkgs = ['mtl', 'parallel', 'parsec', 'primitive', 'QuickCheck',



More information about the ghc-commits mailing list