-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add missing bc CI dependency #142359
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
Add missing bc CI dependency #142359
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/142359
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 5b0392a with merge base a108b28 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot merge -f 'Docker builds are green now' |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
This would have made #142359 a hard failure. Signed-off-by: Edward Z. Yang <ezyang@meta.com> Pull Request resolved: #142377 Approved by: https://github.com/huydhn, https://github.com/malfet
The [bc](https://www.geeksforgeeks.org/bc-command-linux-examples) command that I use to calculate the MAX_JOBS in pytorch#142164 isn't part of the Docker image https://github.com/pytorch/pytorch/actions/runs/12230618287/job/34113698986#step:14:321. I missed this error when landing pytorch#142164. Pull Request resolved: pytorch#142359 Approved by: https://github.com/Skylion007
This would have made pytorch#142359 a hard failure. Signed-off-by: Edward Z. Yang <ezyang@meta.com> Pull Request resolved: pytorch#142377 Approved by: https://github.com/huydhn, https://github.com/malfet
The bc command that I use to calculate the MAX_JOBS in #142164 isn't part of the Docker image https://github.com/pytorch/pytorch/actions/runs/12230618287/job/34113698986#step:14:321. I missed this error when landing #142164.