[commit: ghc] wip/jenkins: No need to configure (59bafb9)
git at git.haskell.org
git at git.haskell.org
Fri Jul 28 16:43:44 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/59bafb9b0ae1b90422cf54a59f10cc14be225e17/ghc
>---------------------------------------------------------------
commit 59bafb9b0ae1b90422cf54a59f10cc14be225e17
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 10:47:30 2017 -0400
No need to configure
>---------------------------------------------------------------
59bafb9b0ae1b90422cf54a59f10cc14be225e17
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