You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/08/07 16:40:48 UTC

[couchdb] branch jenkins-junit-reports-and-jenkins-env updated: Moar ARM debugging

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch jenkins-junit-reports-and-jenkins-env
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-junit-reports-and-jenkins-env by this push:
     new 2e1fb19  Moar ARM debugging
2e1fb19 is described below

commit 2e1fb19d9ea4b67c1a3d67322e7974c91e5c00de
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Wed Aug 7 12:40:32 2019 -0400

    Moar ARM debugging
---
 Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1b98463..333ffaf 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,6 +16,7 @@
 // DRYing out the Jenkinsfile...
 
 build_and_test = '''
+set
 mkdir -p ${COUCHDB_IO_LOG_DIR}
 rm -rf build
 mkdir build
@@ -24,6 +25,8 @@ tar -xf ${WORKSPACE}/apache-couchdb-*.tar.gz
 cd apache-couchdb-*
 ./configure --with-curl
 make
+mix hex
+mix hex.config
 make elixir || (build-aux/logfile-uploader.py && false)
 '''
 
@@ -459,7 +462,6 @@ pipeline {
               steps {
                 unstash 'tarball'
                 withEnv(['MIX_HOME='+pwd()]) {
-                  sh( 'mix hex.config' )
                   sh( script: build_and_test )
                 }
               }