David Marchand <david.march...@redhat.com> writes:

> We face some random failures accessing dpdk.org git when running GHA.
> Point at GitHub hosted mirror.
>
> Cc: sta...@dpdk.org
>
> Signed-off-by: David Marchand <david.march...@redhat.com>
> ---

Thanks - this change makes a lot of sense to me.  I was going to say we
can use the ``GITHUB_REPOSITORY`` variable, but the problem with that is
that it will pull references to the local users repo instead.  I guess
there isn't actually a good reference to a 'source of truth' that is
predefined.

Acked-by: Aaron Conole <acon...@redhat.com>

>  .github/workflows/build.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
> index 183b0b1999..e98a60a852 100644
> --- a/.github/workflows/build.yml
> +++ b/.github/workflows/build.yml
> @@ -11,7 +11,7 @@ defaults:
>  
>  env:
>    REF_GIT_BRANCH: main
> -  REF_GIT_REPO: https://dpdk.org/git/dpdk
> +  REF_GIT_REPO: https://github.com/DPDK/dpdk
>    REF_GIT_TAG: v24.11
>  
>  jobs:

Reply via email to