-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Closed as not planned
Copy link
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Fail examples:
https://github.com/python/cpython/actions/runs/13638516783/job/38122954008
https://github.com/python/cpython/actions/runs/13638516783/job/38122954008?pr=130691#step:10:663
cpython/Tools/build/generate_sbom.py
Line 366 in 3a7f17c
f"https://github.com/python/cpython-source-deps/archive/refs/tags/{externals_name_to_git_tag[package['name']]}.tar.gz" |
cpython/Tools/build/generate_sbom.py
Lines 175 to 178 in 3a7f17c
if "checksums" not in package or "CI" in os.environ: | |
download_location = package["downloadLocation"] | |
resp = urllib.request.urlopen(download_location) | |
error_if(resp.status != 200, f"Couldn't access URL: {download_location}'") |
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error