leborchuk opened a new pull request, #13:
URL: https://github.com/apache/cloudberry-devops-release/pull/13
In these PR I added to workflow building jammy Docker container.
The main peculiarity of the Debian package is that we need to build the
binary in a specific directory and then install it in /usr/local/cloudberry-db.
This differs from the package creation process for RPM-based distros, where you
simply list what you want to package (*.spec) along with absolute paths. For
Ubuntu you should list relative local build paths and then write install script
to copy it in /usr/local/cloudberry-db.
So, I added the ${BUILD_DESTINATION} path (with defaults to /usr/
local/cloudberry-db) to all build automation scripts. This has made my PR
slightly more dangerous, because if something goes wrong (I don't think I have,
but it needs to be thoroughly reviewed), all our builds could suffer.
--
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]