[Buildroot] [PATCH 04/10] gitlab-ci: defconfig_check is included in defconfig build

Romain Naour romain.naour at gmail.com
Tue Sep 8 21:08:41 UTC 2020


Le 06/09/2020 à 22:12, Yann E. MORIN a écrit :
> When we build the defconfigs, we already check they are correct, so
> there is no need to run the correctness check explicitly.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
> Cc: Romain Naour <romain.naour at gmail.com>
> Cc: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
> Cc: Arnout Vandecappelle <arnout at mind.be>

Acked-by: Romain Naour <romain.naour at gmail.com>

Best regards,
Romain


> ---
>  support/scripts/generate-gitlab-ci-yml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/support/scripts/generate-gitlab-ci-yml b/support/scripts/generate-gitlab-ci-yml
> index ed56a516a7..23db376944 100755
> --- a/support/scripts/generate-gitlab-ci-yml
> +++ b/support/scripts/generate-gitlab-ci-yml
> @@ -47,9 +47,10 @@ gen_defconfigs() {
>      esac
>  
>      for cfg in "${defconfigs[@]}"; do
> -        printf '%s_check: { extends: .defconfig_check }\n' "${cfg}"
>          if ${build_defconfigs}; then
>              printf '%s: { extends: .defconfig }\n' "${cfg}"
> +        else
> +            printf '%s_check: { extends: .defconfig_check }\n' "${cfg}"
>          fi
>      done
>  }
> 




More information about the buildroot mailing list