devtools: skip ABI check in static builds
authorThomas Monjalon <thomas@monjalon.net>
Tue, 21 Apr 2020 00:40:44 +0000 (02:40 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 21 Apr 2020 09:17:42 +0000 (11:17 +0200)
commit4a4e0622eb971b008bf1f47fc951a757fd4d6669
tree5fc6163f2916dc3c5a1c36e9f6d3075159fa7b08
parent1cab496414c46ef5e66aeaa4b48b03bc8b7d54ab
devtools: skip ABI check in static builds

When running make with CONFIG_RTE_BUILD_SHARED_LIB=n,
no shared library is built.
In this case, no need to run ABI check.

With meson, both shared and static libraries are always built.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Ray Kinsella <mdr@ashroe.eu>
Acked-by: David Marchand <david.marchand@redhat.com>
devtools/test-build.sh