-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[BE] Remove "$PACKAGE_TYPE" == 'conda' logic from build scripts
#142019
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/142019
Note: Links to docs will display an error until the docs builds have been completed. ❌ 13 New Failures, 1 Cancelled JobAs of commit 26c4d75 with merge base 314e08e ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
huydhn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
"$PACKAGE_TYPE" == 'conda' logic from build scripts
malfet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please delete dangling scripts (windows/internal/build_conda.batandconda/build/build_pytorch.sh`
|
|
||
| # Parse the parameters | ||
| if [[ "$PACKAGE_TYPE" == 'conda' ]]; then | ||
| build_script='conda/build_pytorch.sh' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not delete conda/build_pytorch.sh script as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe its already deleted by : pytorch/builder#2045
|
|
||
| pushd "$BUILDER_ROOT" | ||
| if [[ "$PACKAGE_TYPE" == 'conda' ]]; then | ||
| ./windows/internal/build_conda.bat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, delete windows/internal/build_conda.bat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes posted: pytorch/builder#2047
|
@pytorchmergebot merge -f "Failures are not related" |
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 |
Please see: #138506