This is an automated email from the ASF dual-hosted git repository. jiahuili430 pushed a commit to branch jenkins-set-spidermonkey-128-as-the-default in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 12792cc18a52fbe8ca400e069207842974a308b1 Author: Jiahui Li <[email protected]> AuthorDate: Mon May 12 15:09:39 2025 -0500 Some OS can't find SpiderMonkey 128 --- build-aux/Jenkinsfile.full | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index 99299a258..1b770bae1 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -49,7 +49,7 @@ meta = [ 'jammy': [ name: 'Ubuntu 22.04', - spidermonkey_vsn: '128', + spidermonkey_vsn: '91', with_nouveau: true, with_clouseau: true, image: "apache/couchdbci-ubuntu:jammy-erlang-${ERLANG_VERSION}" @@ -106,7 +106,7 @@ meta = [ 'freebsd-x86_64': [ name: 'FreeBSD x86_64', - spidermonkey_vsn: '128', + spidermonkey_vsn: '91', with_clouseau: true, clouseau_java_home: '/usr/local/openjdk8-jre', gnu_make: 'gmake'
