[commit: ghc] wip/jenkins: Configure bindist (7883589)
git at git.haskell.org
git at git.haskell.org
Fri Jul 28 16:44:52 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/7883589698b109dc9db661334a89b8a7c6772ec4/ghc
>---------------------------------------------------------------
commit 7883589698b109dc9db661334a89b8a7c6772ec4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 12:32:40 2017 -0400
Configure bindist
>---------------------------------------------------------------
7883589698b109dc9db661334a89b8a7c6772ec4
Jenkinsfile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index db32f78..c369979 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -253,6 +253,10 @@ def testGhc(params) {
boolean runNofib = params?.runNofib
withGhcBinDist(targetTriple) {
+ stage('Configure') {
+ sh './configure'
+ }
+
stage('Install testsuite dependencies') {
if (params.nightly) {
def pkgs = ['mtl', 'parallel', 'parsec', 'primitive', 'QuickCheck',
More information about the ghc-commits
mailing list