pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
853 stars 140 forks source link

build-ubuntu-sdist.yml: If at first you don't succeed, try again #2783

Closed cclauss closed 6 months ago

cclauss commented 6 months ago

Related to:

Our build-ubuntu-sdist GitHub Action often seems to fail with:

E: Failed to fetch https://packages.microsoft.com/ubuntu/20.04/prod/pool/main/d/dotnet-sdk-8.0/dotnet-sdk-8.0_8.0.203-1_amd64.deb  Connection failed [IP: 13.107.213.51 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Like in https://github.com/pygame-community/pygame-ce/actions/runs/8495824978

If it fails, let's try one more time.

cclauss commented 6 months ago

Both tests (Ubuntu 20.04 and 22.04) passed without a retry. Can a maintainer please rerun these GHAs to prove that retry happens?

ankith26 commented 6 months ago

I'd like to evaluate the need for this PR after https://github.com/pygame-community/pygame-ce/pull/2778 is merged and out in the wild for some time. That PR should fix the kind of fail you are referring to

cclauss commented 6 months ago

Closing in favor of: