-
Notifications
You must be signed in to change notification settings - Fork 608
Use the pinned buck2 version on MacOS #3726
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/pytorch/executorch/3726
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit a06cc40 with merge base 1991346 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@huydhn has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@huydhn has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@@ -28,15 +28,8 @@ install_buck() { | |||
fi | |||
|
|||
pushd .ci/docker | |||
|
|||
# TODO(huydo): This is a one-off copy of buck2 2024-05-15 to unblock Jon and |
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.
Please keep a comment here explaining why this copy exists instead of getting in the way we get it for non-macos systems. I'd still consider it a TODO to remove this manually-managed copy.
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.
It's also important to let people know who to talk to when we need to upgrade the buck2 version and add a new copy to the S3 bucket
@huydhn has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: This should allow different BUCk2 version on main and on release branch Pull Request resolved: pytorch#3726 Reviewed By: kirklandsign Differential Revision: D57748728 Pulled By: huydhn fbshipit-source-id: a376777c30051aa286ac92b11c5421ee6d28f7c9
This should allow different BUCk2 version on main and on release branch