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