From: Vincent Fu Date: Fri, 20 Sep 2024 21:57:57 +0000 (+0000) Subject: ci: remove unneeded packages X-Git-Tag: fio-3.38~15 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=577db832cc2a22c04b92fbb37e79ecf2c2cef8c8;p=fio.git ci: remove unneeded packages We no longer need unzip, cmake, and wget because we no longer build librpma. Stop installing these three packages. Signed-off-by: Vincent Fu --- diff --git a/ci/actions-install.sh b/ci/actions-install.sh index 7a87fbe3..e7ba8443 100755 --- a/ci/actions-install.sh +++ b/ci/actions-install.sh @@ -82,10 +82,7 @@ DPKGCFG pkgs+=( bison build-essential - cmake flex - unzip - wget zlib1g-dev ) fi @@ -101,7 +98,6 @@ install_fedora() { pkgs=( bison-devel git - cmake flex-devel gperftools isa-l-devel @@ -119,9 +115,7 @@ install_fedora() { python3-scipy python3-sphinx sudo - unzip valgrind-devel - wget ) case "${CI_TARGET_OS}" in