[CONC-614] Build ARM version for Connector/C Created: 2022-10-20 Updated: 2022-10-20 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Ghim-Sim Chua (Inactive) | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Comments |
| Comment by Daniel Bartholomew [ 2022-10-20 ] |
|
Those cover Debian and Ubuntu and I've created C/C arm64/aarch64 builders for them. In buildbot I've named them all with `-aarch64` at the end of their names so that they are easy to distinguish from our amd64 (x86_64) builders. For RHEL, I created the following for RHEL 8 and 9:
I also created an ARM builder for Rocky8 aarch64. But that is for build testing purposes only, just in case there is some unknown difference between Rocky and RHEL (there shouldn't be, but better safe than sorry). For releases, users on Rocky Linux use our RHEL packages. I think that covers all of our ARM builder needs. For those that are interested, you can see all of the buildbot C/C builders on the connectors grid page. The Linux Connector/C builders all have `cc-` at the start of their names. Here's the grid page for the 3.3 tree: https://buildbot.askmonty.org/buildbot/grid?category=connectors&branch=3.3 |