diff --git a/test/make/check_so_deps.sh b/test/make/check_so_deps.sh index 9d4d58d3d9..fd58e87d05 100755 --- a/test/make/check_so_deps.sh +++ b/test/make/check_so_deps.sh @@ -144,11 +144,8 @@ EOF if [[ $so_name_changed == yes ]]; then if ! $found_abi_change; then - # Unfortunately, libspdk_idxd made it into 20.04 without an SO suffix. TODO:: remove after 20.07 - if [ "$so_file" != "libspdk_idxd.so" ] && [ "$so_file" != "libspdk_accel_idxd.so" ]; then - echo "SO name for $so_file changed without a change to abi. please revert that change." - touch $fail_file - fi + echo "SO name for $so_file changed without a change to abi. please revert that change." + touch $fail_file fi if ((new_so_maj != old_so_maj && new_so_min != 0)); then