This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch add-sm140-resolute in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git
commit 08f815b96e9b4637f3dfaa60c85549c3547a26a3 Author: Ronny Berndt <[email protected]> AuthorDate: Thu Jun 25 21:32:54 2026 +0200 Add Spidermonkey v140 to Ubuntu 26.04 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
