[commit: ghc] wip/jenkins: No need to configure (5d657e5)

git at git.haskell.org git at git.haskell.org
Sun Jun 4 14:47:41 UTC 2017


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

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

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

commit 5d657e5f1d72a3a00b1d1c2897f46787534656b0
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jun 4 10:47:30 2017 -0400

    No need to configure


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

5d657e5f1d72a3a00b1d1c2897f46787534656b0
 Jenkinsfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d2f39f3..6615265 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -29,10 +29,7 @@ stage("Build source distribution") {
          """
     }
     stage("Configuring tree") {
-      sh """
-        ./boot
-        ./configure
-        """
+      sh "./configure"
     }
     stage("Build tarballs") {
       def version = getMakeValue('make', 'ProjectVersion')



More information about the ghc-commits mailing list