You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/10/07 22:25:40 UTC

[couchdb] 01/01: Fixes to CI process for main branch

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

wohali pushed a commit to branch minor-ci-fixups
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 250eb27ddc6c3c434f57ae662bb66f6d23132f30
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed Oct 7 18:25:22 2020 -0400

    Fixes to CI process for main branch
---
 README.rst               | 4 ++--
 build-aux/Jenkinsfile.pr | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index c527913..bce039d 100644
--- a/README.rst
+++ b/README.rst
@@ -5,8 +5,8 @@ Apache CouchDB README
 | |1| |
 +-----+
 
-.. |1| image:: https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/master/badge/icon?subject=master%20build
-    :target: https://ci-couchdb.apache.org/blue/organizations/jenkins/jenkins-cm1%2FFullPlatformMatrix/activity?branch=master
+.. |1| image:: https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/badge/icon?subject=main%20build
+    :target: https://ci-couchdb.apache.org/blue/organizations/jenkins/jenkins-cm1%2FFullPlatformMatrix/activity?branch=main
 
 Installation
 ------------
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index 114dfd8..001fd59 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -21,7 +21,7 @@ cd build
 tar -xf ${WORKSPACE}/apache-couchdb-*.tar.gz
 cd apache-couchdb-*
 . /usr/local/kerl/${KERL_VER}/activate
-./configure
+./configure --spidermonkey-version 60
 make check || (make build-report && false)
 '''