From 4fe25e72336d8ba0b829be4d11dd990137eaf705 Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Mon, 2 Mar 2020 13:59:42 -0700 Subject: [PATCH] vm_setup: add abigail for fedora machines. The fedora machines running unit tests will require this package to run the ABI compliance checking tests. Change-Id: I9f9307c04e235cb9b6f78c4908609a529a86ccba Signed-off-by: Seth Howell Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1137 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- test/common/config/vm_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common/config/vm_setup.sh b/test/common/config/vm_setup.sh index b8fe83fed6..db8d344a2c 100755 --- a/test/common/config/vm_setup.sh +++ b/test/common/config/vm_setup.sh @@ -517,6 +517,7 @@ if $INSTALL; then pixman-devel \ astyle-devel \ elfutils \ + libabigail \ elfutils-libelf-devel \ flex \ bison \