Commit fe6d4db
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]>1 parent 176e5c4 commit fe6d4db
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments