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

Fix windows wheel build #1346

Merged
merged 4 commits into from
Oct 21, 2024
Merged

Fix windows wheel build #1346

merged 4 commits into from
Oct 21, 2024

Conversation

andrewkho
Copy link
Contributor

Current windows wheel build is failing on Nightly because it's trying to build S3 binaries, but we don't have any native extensions anymore. This leaves most of the code intact but just disables the envvar.

Example failing nightly:
https://github.com/pytorch/data/actions/runs/11438773492

image

Example passing job build step (upload fails because of branch protection, but that's fine)

https://github.com/pytorch/data/actions/runs/11444540802/job/31839644282

image

@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 Oct 21, 2024
@@ -12,7 +12,7 @@ permissions:
jobs:
build_test_upload:
if: |
github.repository == 'pytorch/data' && github.ref_name == 'main'
(github.repository == 'pytorch/data' && github.ref_name == 'main') || github.event_name == 'workflow_dispatch'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding this flag to allow manual workflow_dispatches to run on feature branches, to make testing easier. Going to leave this in as it seems useful in general

@ramanishsingh ramanishsingh self-requested a review October 21, 2024 16:41
Copy link

pytorch-bot bot commented Oct 21, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/data/1346

Note: Links to docs will display an error until the docs builds have been completed.

⏳ No Failures, 1 Pending

As of commit 330a52e with merge base 1ad9c75 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@andrewkho
Copy link
Contributor Author

Merging, stateful dataloader tests don't depend on this at all

@andrewkho andrewkho merged commit 2631c38 into main Oct 21, 2024
31 checks passed
@andrewkho andrewkho deleted the andrewkh/disable-s3-build branch October 21, 2024 16:52
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.

3 participants