This is an automated email from the ASF dual-hosted git repository.
maxyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push:
new fe6d4db4e4a Add liburing2 to dependencies (#1527)
fe6d4db4e4a is described below
commit fe6d4db4e4a316a1d010ee90c8542d7c219bedaf
Author: Leonid <[email protected]>
AuthorDate: Tue Jan 13 14:38:42 2026 +0300
Add liburing2 to dependencies (#1527)
Here we added liburing to Docker build file 98320cb
But now pax.so also have runtime dependencies to liburing.so.2
xifos@localhost:~$ ldd /usr/cloudberry-db/lib/postgresql/pax.so | grep
liburi liburing.so.2 => /lib/x86_64-linux-gnu/liburing.so.2 (0x000072fc7908a000)
so we need to install it with cloudberry package
Co-authored-by: Leonid Borchuk <[email protected]>
---
devops/build/packaging/deb/ubuntu22.04/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/devops/build/packaging/deb/ubuntu22.04/control
b/devops/build/packaging/deb/ubuntu22.04/control
index a7e823226ab..70e4eda77d3 100644
--- a/devops/build/packaging/deb/ubuntu22.04/control
+++ b/devops/build/packaging/deb/ubuntu22.04/control
@@ -67,6 +67,7 @@ Depends: curl,
libprotobuf23,
libpsl5,
libuv1,
+ liburing2,
libxerces-c3.2,
locales,
lsof,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]