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 01:53:40 UTC

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

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

vatamane pushed a commit to branch pr-4380-spidermonkey-check
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 2def09c4fb17fb3b10092ed63a3c6ab327a6bfa0
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