mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-05 08:09:07 +08:00
ci: install wget package on s390x runners
`wget` is installed by default in GH runners.
It is used in
[`get-linux-source`](79c799d6fb/get-linux-source/checkout_latest_kernel.sh (L32))
to download source faster than through a git fetch.
Signed-off-by: Manu Bretelle <chantr4@gmail.com>
This commit is contained in:
@@ -16,6 +16,7 @@ RUN apt-get update && apt-get -y install \
|
|||||||
cmake \
|
cmake \
|
||||||
cpu-checker \
|
cpu-checker \
|
||||||
curl \
|
curl \
|
||||||
|
wget \
|
||||||
flex \
|
flex \
|
||||||
git \
|
git \
|
||||||
jq \
|
jq \
|
||||||
|
|||||||
Reference in New Issue
Block a user