[MDEV-24927] Install liburing-dev in the CI environments Created: 2021-02-19 Updated: 2021-03-15 Resolved: 2021-02-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Daniel Bartholomew |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
I think that there are two aspects of this:
We might decide that liburing is too 'bleeding edge' due to the underlying Linux distribution kernel and library, or perhaps because someone could run the server in Docker under an older kernel. The first step to find this out is to actually make packages available. |
| Comments |
| Comment by Daniel Bartholomew [ 2021-02-23 ] |
|
As a first step, I looked into where this package is available. Available
Not available
So it's only available on our newest builders. I also found it interesting that while there is a liburing package available on RHEL 8, I don't see it on CentOS 8 for some reason. Since it is available on them, I will install the package on our Fedora builders, and our Sid and Groovy builders. I'll skip RHEL 8 for now, since it doesn't appear to have a devel package available, and the lib package isn't available on CentOS 8. |
| Comment by Daniel Bartholomew [ 2021-02-24 ] |
|
The following now have liburing-dev/devel installed:
|
| Comment by Daniel Bartholomew [ 2021-02-24 ] |
|
Also installed liburing-dev on:
|
| Comment by Daniel Bartholomew [ 2021-02-24 ] |
|
I believe this task is complete, so closing. |
| Comment by Otto Kekäläinen [ 2021-03-10 ] |
|
Related PR: https://github.com/MariaDB/server/pull/1773 |