-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Add retries to downloads of Windows dependencies #134262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
build
The build process and cross-build
infra
CI, GitHub Actions, buildbots, Dependabot, etc.
type-feature
A feature request or enhancement
Comments
hugovk
pushed a commit
that referenced
this issue
May 21, 2025
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 21, 2025
(cherry picked from commit 0c5a8b0) Co-authored-by: Emma Smith <emma@emmatyping.dev> Co-authored-by: Semyon Moroz <donbarbos@proton.me>
Re-opening since the underlying issue isn't resolved yet. |
lkollar
pushed a commit
to lkollar/cpython
that referenced
this issue
May 26, 2025
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
hugovk
pushed a commit
that referenced
this issue
May 27, 2025
Tools/build/generate_sbom.py
zooba
pushed a commit
that referenced
this issue
May 28, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 28, 2025
…ythonGH-134820) (cherry picked from commit e9d845b) Co-authored-by: Emma Smith <emma@emmatyping.dev>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 28, 2025
…ythonGH-134820) (cherry picked from commit e9d845b) Co-authored-by: Emma Smith <emma@emmatyping.dev>
This was referenced May 28, 2025
zooba
pushed a commit
that referenced
this issue
May 28, 2025
zware
pushed a commit
that referenced
this issue
May 28, 2025
zware
pushed a commit
that referenced
this issue
May 28, 2025
…GH-134865) (cherry picked from commit e9d845b) Includes fix for off-by-one error from GH-134867 (cherry-picked from commit e64395e) Co-authored-by: Emma Smith <emma@emmatyping.dev>
zware
pushed a commit
that referenced
this issue
May 28, 2025
I skimmed a couple of pages of PRs and haven't seen any failures due to these connection issues, so hopefully this worked! We can always bump numbers or re-evaluate the solution in a future PR if need be. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
The build process and cross-build
infra
CI, GitHub Actions, buildbots, Dependabot, etc.
type-feature
A feature request or enhancement
Uh oh!
There was an error while loading. Please reload this page.
generate_sbom.py
downloads sources to verify their hashes. Sometimes these downloads flake, like in https://github.com/python/cpython/actions/runs/15118338626/job/42494602073?pr=134253I've made a PR to add retries with exponential backoff:
Linked PRs
Tools/build/generate_sbom.py
#134558PCbuild\get_external.py
#134820The text was updated successfully, but these errors were encountered: