rnewson commented on code in PR #72:
URL: https://github.com/apache/couchdb-ci/pull/72#discussion_r1740575569


##########
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:
   understood, but that's what noble comes with. the work to be compatible with 
sm 102/115 will happen in couchdb itself, and we'll need a CI image to test it 
in



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