[dpdk-dev] [PATCH v6 8/8] ci: add checking of includes to CI builds

Thomas Monjalon thomas at monjalon.net
Thu Jan 28 12:12:44 CET 2021


27/01/2021 18:33, Bruce Richardson:
> For CI builds, turn on the checking of includes.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Acked-by: Aaron Conole <aconole at redhat.com>
> ---
>  .ci/linux-build.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
> index afa3689a09..fdbeb5a616 100755
> --- a/.ci/linux-build.sh
> +++ b/.ci/linux-build.sh
> @@ -57,6 +57,7 @@ fi
>  OPTS="$OPTS -Dmachine=default"
>  OPTS="$OPTS --default-library=$DEF_LIB"
>  OPTS="$OPTS --buildtype=debugoptimized"
> +OPTS="$OPTS -Dcheck_includes=true"

Which percentage of time does it add on GHA?




More information about the dev mailing list