[commit: ghc] wip/jenkins: Configure bindist (24e8d0a)
git at git.haskell.org
git at git.haskell.org
Fri Jun 9 07:24:52 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/24e8d0a6b2999cc1ba7cb0d4a6d9987e0099a1d1/ghc
>---------------------------------------------------------------
commit 24e8d0a6b2999cc1ba7cb0d4a6d9987e0099a1d1
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 12:32:40 2017 -0400
Configure bindist
>---------------------------------------------------------------
24e8d0a6b2999cc1ba7cb0d4a6d9987e0099a1d1
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