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

git at git.haskell.org git at git.haskell.org
Fri Jun 9 07:25:00 UTC 2017


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

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

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

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

    No need to configure


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

07b093acac6a46f79b0a8a0ceb63a366b9acf180
 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