pgj commented on code in PR #58:
URL: https://github.com/apache/couchdb-ci/pull/58#discussion_r1379953990
##########
bin/apt-dependencies.sh:
##########
@@ -172,6 +171,9 @@ if [ "$1" != "nojs" ]; then
if [ "${VERSION_CODENAME}" == "bullseye" ]; then
apt-get install --no-install-recommends -y libmozjs-78-dev
fi
+ if [ "${VERSION_CODENAME}" == "bookworm" ]; then
+ apt-get install --no-install-recommends -y libmozjs-78-dev
libmozjs-102-dev
Review Comment:
Why to add `libmozjs-102-dev` (SpiderMonkey 102)? I do not think it is
supported.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]