On 06/03/2025 19:35, Ilya Maximets wrote:
> We had a few issues lately with GitHub Actions being unable to checkout
> sparse from the git.kernel.org:
> 
>   git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
>   Cloning into 'sparse'...
>   fatal: unable to connect to git.kernel.org:
>   git.kernel.org[0: 172.105.4.254]: errno=Connection timed out
>   git.kernel.org[1: 2600:3c04::f03c:95ff:fe5e:7468]: errno=Network is 
> unreachable
> 
> Let's try and use the official mirror of the project hosted on GitHub
> itself.  This mirror is maintained by the main maintainer of the
> project and mentioned in the documentation as one of the ways of
> getting sparse:
>   https://sparse.docs.kernel.org/en/latest/#getting-sparse
> 
> It may also be better to not create extra load on kernel.org servers.
> 
> Note: we only need to get sparse for one type of jobs.  All other jobs
> that call linux-prepare.sh do not actually use sparse (clang jobs and
> the debian job are not using sparse).
> 
> Signed-off-by: Ilya Maximets <i.maxim...@ovn.org>
> ---
>  .ci/linux-prepare.sh                 | 9 +++++----
>  .github/workflows/build-and-test.yml | 7 +++++++
>  2 files changed, 12 insertions(+), 4 deletions(-)
> 
LGTM
Acked-by: Kevin Traynor <ktray...@redhat.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to