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
The following commit(s) were added to
refs/heads/jenkins-set-spidermonkey-128-as-the-default by this push:
new 96e3030e6 Some OS can't find SpiderMonkey 128
96e3030e6 is described below
commit 96e3030e679d4d186acbd99c3cd8526c305db22a
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'