You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/01/27 05:59:42 UTC

[couchdb] branch bp-set-sm-version created (now a254c69ec)

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

ronny pushed a change to branch bp-set-sm-version
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at a254c69ec Set the SpiderMonkey version for the first phase of PR builds

This branch includes the following new commits:

     new a254c69ec Set the SpiderMonkey version for the first phase of PR builds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Set the SpiderMonkey version for the first phase of PR builds

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch bp-set-sm-version
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit a254c69ec4fb5b843b69cc625f9e7ace5c0f0c43
Author: Gabor Pali <ga...@ibm.com>
AuthorDate: Tue Jan 17 23:30:47 2023 +0100

    Set the SpiderMonkey version for the first phase of PR builds
---
 build-aux/Jenkinsfile.pr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index bcb8b69ad..cf97c900f 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -183,7 +183,7 @@ pipeline {
       steps {
         sh '''
           rm -rf apache-couchdb-*
-          ./configure --skip-deps
+          ./configure --skip-deps --spidermonkey-version 78
           make erlfmt-check
           make elixir-source-checks
           make python-black