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

git at git.haskell.org git at git.haskell.org
Thu Jul 27 20:50:47 UTC 2017


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

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

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

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

    No need to configure


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

a46901070b474e6de94b2d27b4c03e544800ab4d
 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