big-r81 commented on code in PR #72:
URL: https://github.com/apache/couchdb-ci/pull/72#discussion_r1740897020
##########
bin/apt-dependencies.sh:
##########
@@ -118,8 +118,8 @@ EOF
fi
# rest of python dependencies
-if [ "${VERSION_CODENAME}" == "bookworm" ]; then
- # On Debian bookworm, need the --break-system-package to into to default
system location
+if [ "${VERSION_CODENAME}" == "bookworm" -o "${VERSION_CODENAME}" == "noble"
]; then
+ # On Debian bookworm and Ubuntu noble, need the --break-system-package to
into to default system location
Review Comment:
~~@nickva Do we really need this anymore (also applies to the other CI
images). I think we have our own venv in the docs folder for this, when
building the docs ...~~
Wrong line ...
--
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]