[dpdk-dev] [RFC PATCH] ci: reduce examples built for static builds
Thomas Monjalon
thomas at monjalon.net
Mon Mar 16 19:37:01 CET 2020
16/03/2020 18:09, Bruce Richardson:
> Static builds can take a lot of space, so reduce the number of examples
> built when doing those static builds.
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
> --- a/.ci/linux-build.sh
> +++ b/.ci/linux-build.sh
> +if [ "$DEF_LIB" = "static" ] ; then
> + OPTS="$OPTS -Dexamples=l2fwd,l3fwd"
> +else
> + OPTS="$OPTS -Dexamples=all"
> +fi
I was thinking about doing this kind of change in devtools/test-meson-builds.sh
What do you think?
More information about the dev
mailing list