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 <[email protected]> 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
