[commit: ghc] wip/jenkins: No need to configure (857fa03)
git at git.haskell.org
git at git.haskell.org
Sat Jun 17 13:52:46 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/857fa0330b91d4dd8ac800196525fe3cf7d8ede5/ghc
>---------------------------------------------------------------
commit 857fa0330b91d4dd8ac800196525fe3cf7d8ede5
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 10:47:30 2017 -0400
No need to configure
>---------------------------------------------------------------
857fa0330b91d4dd8ac800196525fe3cf7d8ede5
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