We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc296e1 commit b15c49aCopy full SHA for b15c49a
1 file changed
build/ubuntu/packages.sh
@@ -20,6 +20,7 @@ if [[ "$machine" == "ppc64le" ]]; then
20
PACKAGES+=" libhugetlbfs-dev"
21
PACKAGES+=" libmnl-dev"
22
PACKAGES+=" libmount-dev"
23
+ PACKAGES+=" liburing-dev"
24
25
# For the x86_64 container
26
if [[ "$major" -ge 21 ]]; then
0 commit comments