big-r81 commented on code in PR #72:
URL: https://github.com/apache/couchdb-ci/pull/72#discussion_r1740613962
##########
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:
only informational: PR for
[v102](https://github.com/apache/couchdb/pull/4305) and
[v115](https://github.com/apache/couchdb/pull/5146).
--
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]