projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcd46be
)
ci: remove unneeded packages
author
Vincent Fu
<vincent.fu@samsung.com>
Fri, 20 Sep 2024 21:57:57 +0000
(21:57 +0000)
committer
Vincent Fu
<vincent.fu@samsung.com>
Thu, 26 Sep 2024 17:29:45 +0000
(13:29 -0400)
We no longer need unzip, cmake, and wget because we no longer build
librpma. Stop installing these three packages.
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
ci/actions-install.sh
patch
|
blob
|
blame
|
history
diff --git
a/ci/actions-install.sh
b/ci/actions-install.sh
index 7a87fbe3340cbcd58d9221648883d9e27911258d..e7ba8443c889c2c8dd8a6866b5347116cfb7ddc2 100755
(executable)
--- 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