scripts/pkgdep.sh: install libffi for Arch Linux
Arch Linux instance is failing on that CI. Seems that libffi is a dependency for installing configshell_fb and it's missing. Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: I988f2fb5e879b9e8882409c9c2772d5bd2c5e045 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2839 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Seth Howell <seth.howell@intel.com>
This commit is contained in:
parent
367c980b45
commit
778312c8d2
@ -4,7 +4,7 @@
|
||||
pacman -Sy --needed --noconfirm gcc make cunit libaio openssl \
|
||||
libutil-linux libiscsi python ncurses ninja meson
|
||||
# Additional dependencies for SPDK CLI
|
||||
pacman -Sy --needed --noconfirm python-pexpect python-pip
|
||||
pacman -Sy --needed --noconfirm python-pexpect python-pip libffi
|
||||
pip install configshell_fb
|
||||
# Additional dependencies for DPDK
|
||||
pacman -Sy --needed --noconfirm numactl nasm
|
||||
|
Loading…
Reference in New Issue
Block a user