big-r81 commented on code in PR #58:
URL: https://github.com/apache/couchdb-ci/pull/58#discussion_r1380049786


##########
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:
   I have only provided it in preparation for possible use in the image.



-- 
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]

Reply via email to