Re: [dpdk-dev] [PATCH] devtools: reduce examples in static builds

2020-04-19 Thread Thomas Monjalon
19/04/2020 16:29, Thomas Monjalon: > 19/04/2020 09:08, David Marchand: > > On Sat, Apr 18, 2020 at 3:20 PM Thomas Monjalon wrote: > > > --- a/devtools/test-meson-builds.sh > > > +++ b/devtools/test-meson-builds.sh > > > - options="$options --werror -Dexamples=all" > > > + options="$opt

Re: [dpdk-dev] [PATCH] devtools: reduce examples in static builds

2020-04-19 Thread Thomas Monjalon
19/04/2020 09:08, David Marchand: > On Sat, Apr 18, 2020 at 3:20 PM Thomas Monjalon wrote: > > --- a/devtools/test-meson-builds.sh > > +++ b/devtools/test-meson-builds.sh > > - options="$options --werror -Dexamples=all" > > + options="$options --werror" > > + if echo $* | grep -q

Re: [dpdk-dev] [PATCH] devtools: reduce examples in static builds

2020-04-19 Thread David Marchand
On Sat, Apr 18, 2020 at 3:20 PM Thomas Monjalon wrote: > > Static builds can take a lot of space, so reduce the number of examples > built when testing those static builds. > > As makefile-based build is close to end of life, completely skip examples > in case of static linkage with make. > > Sign

[dpdk-dev] [PATCH] devtools: reduce examples in static builds

2020-04-18 Thread Thomas Monjalon
Static builds can take a lot of space, so reduce the number of examples built when testing those static builds. As makefile-based build is close to end of life, completely skip examples in case of static linkage with make. Signed-off-by: Thomas Monjalon --- devtools/test-build.sh| 1 +