This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit cb80c634a64d3886251f279de78eede1bda12061 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Fri Jun 17 18:13:54 2022 -0400 Lowest CI image version Erlang 23 doesn't have spidermonkey 1.8.5 --- 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 5b9b209e9..7f7c6c18e 100644 --- a/build-aux/Jenkinsfile.pr +++ b/build-aux/Jenkinsfile.pr @@ -114,7 +114,7 @@ pipeline { sh ''' set rm -rf apache-couchdb-* - ./configure + ./configure --spidermonkey-version 78 make dist chmod -R a+w * . '''
