big-r81 commented on code in PR #200:
URL: https://github.com/apache/couchdb-pkg/pull/200#discussion_r2840915016
##########
build.sh:
##########
@@ -118,6 +118,7 @@ build-all-couch() {
( ${base} == "centos-8" && ${arch} == "arm64" ) ||
( ${base} == "centos-8" && ${arch} == "ppc64le" ) ||
( ${base} == "centos-9" && ${arch} == "ppc64le" ) ||
+ ( ${base} == "centos-10" && ${arch} == "ppc64le") ||
Review Comment:
Should we test this before excluding? In general - since #140 is created
some time ago, should we reevaluate this?
--
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]