nickva commented on code in PR #200:
URL: https://github.com/apache/couchdb-pkg/pull/200#discussion_r2841575647


##########
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:
   We should test it when we rebuild all packages. For now for el10 let's keep 
it consistent with others



##########
build.sh:
##########
@@ -192,6 +193,12 @@ upload-couch() {
         RELPATH="${DIST}/${PKGARCH}/${fname}"
         SUFFIX=""
         binary-upload
+    elif [ ${DIST} == "el10" ]; then
+        # see https://github.com/apache/couchdb-pkg/issues/103
+        DIST="el9Server"

Review Comment:
   Fixed



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