From 469d8f32d0664b56f8abb862093a124455db3069 Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Mon, 26 Apr 2021 12:48:29 -0400 Subject: [PATCH] so_ver: reenable test preventing increasing SO version This check was disabled after 21.01 LTS to allow for clear break of SO versions. Now that SPDK 21.04 is being released, this test should be reenabled. See following patch for details: (e4070ee0)so_ver: increase all major versions Signed-off-by: Tomasz Zawadzki Change-Id: I8a299a340338e7a2ab3439b81153818778b4c93a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7616 Tested-by: SPDK CI Jenkins Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris Reviewed-by: Ben Walker Reviewed-by: Changpeng Liu Reviewed-by: --- test/make/check_so_deps.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/make/check_so_deps.sh b/test/make/check_so_deps.sh index 9e3c559633..c53ccc25f0 100755 --- a/test/make/check_so_deps.sh +++ b/test/make/check_so_deps.sh @@ -132,8 +132,6 @@ EOF fi if [[ $so_name_changed == yes ]]; then - # After 21.01 LTS all SO major versions were intentionally increased. Disable this check until SPDK 21.04 release. - found_abi_change=true if ! $found_abi_change; then echo "SO name for $so_file changed without a change to abi. please revert that change." touch $fail_file