Skip to content
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

[CI] Add SHA256 checksum for binary uploads to S3 #6172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abn
Copy link

@abn abn commented Jan 15, 2025

This ensures binary uploads to S3 attaches a SHA256 checksum.

I am not familiar with this code base, but from what I can gather the S3 uploads seem to be missing SHA256 for various wheel file URLs. This seem to lead to missing wheel hashes at https://download.pytorch.org/. My guess is that the checksum is not available when it is retrieved when the html is generated.

With this change, it should ensure that the checksum is calculated before upload and attached to the object.

Relates-to: pytorch/pytorch#76557

This ensures binary uploads to S3 attaches a SHA256 checksum.
Copy link

vercel bot commented Jan 15, 2025

@abn is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants