From 778312c8d2619bfdc8596598254754652905353b Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Tue, 9 Jun 2020 17:05:51 +0200 Subject: [PATCH] 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 Change-Id: I988f2fb5e879b9e8882409c9c2772d5bd2c5e045 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2839 Tested-by: SPDK CI Jenkins Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto Reviewed-by: Ben Walker Reviewed-by: Seth Howell --- scripts/pkgdep/arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pkgdep/arch.sh b/scripts/pkgdep/arch.sh index 316fcf6ea..53e5d8d7d 100755 --- a/scripts/pkgdep/arch.sh +++ b/scripts/pkgdep/arch.sh @@ -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