You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/01/18 03:26:22 UTC

[couchdb] branch be-explicit-about-using-mozjs-78-in-source-check-pr created (now 967a8f4c8)

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

vatamane pushed a change to branch be-explicit-about-using-mozjs-78-in-source-check-pr
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at 967a8f4c8 Set the SpiderMonkey version for the first phase of PR builds

This branch includes the following new commits:

     new 967a8f4c8 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 va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch be-explicit-about-using-mozjs-78-in-source-check-pr
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 967a8f4c898fa26ae962281278b9fae3b0a4fdc7
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