MisterRaindrop commented on code in PR #123: URL: https://github.com/apache/cloudberry-pxf/pull/123#discussion_r3922538799
########## .github/workflows/pxf-ci.yml: ########## @@ -40,7 +40,7 @@ env: JAVA_HOME: "/usr/lib/jvm/java-11-openjdk" GO_VERSION: "1.25" GPHOME: "/usr/local/cloudberry-db" - CLOUDBERRY_VERSION: "REL_2_STABLE" + CLOUDBERRY_VERSION: "main" Review Comment: Implemented. Rocky 9 now builds RPMs for both `REL_2_STABLE` and `main`. Cache keys and artifacts include the Cloudberry ref/commit, and CI verifies the installed PostgreSQL major before building PXF. Both native-extension jobs passed with PG14 and PG16. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
