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

big-r81 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 6337832  Add Spidermonkey v140 to Ubuntu 26.04 (#104)
6337832 is described below

commit 6337832fc1a2862ce4bfb92d0e25304f10952d9b
Author: Ronny Berndt <[email protected]>
AuthorDate: Fri Jun 26 10:02:19 2026 +0200

    Add Spidermonkey v140 to Ubuntu 26.04 (#104)
    
    Have the ability to link against Spidermonkey v140, if CouchDB will ever 
support this version.
---
 bin/apt-dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/apt-dependencies.sh b/bin/apt-dependencies.sh
index 9a9b3cc..522e7cd 100755
--- a/bin/apt-dependencies.sh
+++ b/bin/apt-dependencies.sh
@@ -136,7 +136,7 @@ fi
 if [ "$1" != "nojs" ]; then
   # newer releases have newer libmozjs
   if [ "${VERSION_CODENAME}" == "resolute" ]; then
-      apt-get install --no-install-recommends -y libmozjs-128-dev
+      apt-get install --no-install-recommends -y libmozjs-128-dev 
libmozjs-140-dev
   fi
   if [ "${VERSION_CODENAME}" == "noble" ]; then
     apt-get install --no-install-recommends -y libmozjs-102-dev 
libmozjs-115-dev

Reply via email to