Skip to content

Commit b15c49a

Browse files
committed
build: Add liburing-dev to Ubuntu ppc64le container
1 parent cc296e1 commit b15c49a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/ubuntu/packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if [[ "$machine" == "ppc64le" ]]; then
2020
PACKAGES+=" libhugetlbfs-dev"
2121
PACKAGES+=" libmnl-dev"
2222
PACKAGES+=" libmount-dev"
23+
PACKAGES+=" liburing-dev"
2324

2425
# For the x86_64 container
2526
if [[ "$major" -ge 21 ]]; then

0 commit comments

Comments
 (0)