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

git at git.haskell.org git at git.haskell.org
Sat Jun 17 13:52:57 UTC 2017


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

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

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

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

    Configure bindist


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

ffecf490170da847a6eec833442e95746959e119
 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