From 2d11e45ffc58650399ec4c48a2a8a788452f1b27 Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Mon, 27 Jul 2020 17:12:08 +0200 Subject: [PATCH] test/make: update source abi dir path Update reference build path to latest build. Change path to use a generic directory name instead of using specific SPDK version in the name. That way in future we can update the build just after the release, and still make ABI checks for patches which were not rebased. Signed-off-by: Karol Latecki Change-Id: I32850a871274773e334057b60b9df238ef85a999 Signed-off-by: Karol Latecki Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3532 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Ben Walker Community-CI: Mellanox Build Bot --- test/make/check_so_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/make/check_so_deps.sh b/test/make/check_so_deps.sh index 5f38f56a1..59c0a9df4 100755 --- a/test/make/check_so_deps.sh +++ b/test/make/check_so_deps.sh @@ -17,7 +17,7 @@ source "$rootdir/test/common/autotest_common.sh" libdir="$rootdir/build/lib" libdeps_file="$rootdir/mk/spdk.lib_deps.mk" -source_abi_dir="$HOME/spdk_20_04/build/lib" +source_abi_dir="$HOME/spdk_abi_latest/build/lib" suppression_file="$HOME/abigail_suppressions.ini" function confirm_abi_deps() {