We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1519948 commit 8e30b47Copy full SHA for 8e30b47
1 file changed
build/ubuntu/packages.sh
@@ -20,8 +20,11 @@ if [[ "$machine" == "ppc64le" ]]; then
20
PACKAGES+=" libhugetlbfs-dev"
21
PACKAGES+=" libmnl-dev"
22
PACKAGES+=" libmount-dev"
23
- if [[ "$major" -gt 20 ]]; then
+ if [[ "$major" -ge 22 ]]; then
24
PACKAGES+=" liburing-dev"
25
+ PACKAGES+=" pkg-config"
26
+ PACKAGES+=" libelf-dev"
27
+ PACKAGES+=" libtraceevent-dev"
28
fi
29
30
# For the x86_64 container
0 commit comments