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


##########
bin/apt-dependencies.sh:
##########
@@ -157,6 +158,9 @@ if [ "$1" != "nojs" ]; then
     apt-get install --no-install-recommends -y couch-libmozjs185-dev
   fi
   # newer releases have newer libmozjs
+  if [ "${VERSION_CODENAME}" == "noble" ]; then
+    apt-get install --no-install-recommends -y libmozjs-102-dev 
libmozjs-115-dev

Review Comment:
   so, you want only prepare this already, but don't hook it into Jenkins atm?



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