Re: [dpdk-dev] [PATCH] devtools: test different build types

2021-07-23 Thread Andrew Rybchenko
On 5/21/21 6:03 PM, David Marchand wrote: On Mon, Apr 12, 2021 at 11:54 PM Thomas Monjalon wrote: @@ -213,9 +218,10 @@ for c in gcc clang ; do abicheck=ABI init of buildtype var is missing here. +1 Rest lgtm. else abiche

Re: [dpdk-dev] [PATCH] devtools: test different build types

2021-05-21 Thread David Marchand
On Mon, Apr 12, 2021 at 11:54 PM Thomas Monjalon wrote: > @@ -213,9 +218,10 @@ for c in gcc clang ; do > abicheck=ABI init of buildtype var is missing here. Rest lgtm. > else > abicheck=skipABI # save time and disk space > +

[dpdk-dev] [PATCH] devtools: test different build types

2021-04-12 Thread Thomas Monjalon
All builds were of type debugoptimized. It is kept only for builds having an ABI check. Others will have the default build type (release), except if specified differently as in the x86 generic build which will be a test of the non-optimized debug build type. Some static builds will test the minsize