[buckbuild.bzl] Fix dep handling in cross-builds#99826
[buckbuild.bzl] Fix dep handling in cross-builds#99826facebook-github-bot merged 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/99826
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 5e35a15: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D44960349 |
82daa52 to
a317a44
Compare
|
This pull request was exported from Phabricator. Differential Revision: D44960349 |
a317a44 to
756cd89
Compare
|
This pull request was exported from Phabricator. Differential Revision: D44960349 |
756cd89 to
8fa3148
Compare
|
This pull request was exported from Phabricator. Differential Revision: D44960349 |
8fa3148 to
351702e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D44960349 |
351702e to
9754bc1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D44960349 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D44960349 |
9754bc1 to
47a2323
Compare
47a2323 to
f2ccceb
Compare
|
This pull request was exported from Phabricator. Differential Revision: D44960349 |
…ing in cross-builds (pytorch#14) Summary: X-link: facebookexternal/supernova_manufacturing#14 Pull Request resolved: pytorch#99826 When using buck2, use a `select()` to format fbcode tp2 deps, rather than inferring the parse-time host platform, which breaks in cross-builds. Test Plan: `buck2 build mode/opt-split-dwarf -c fbcode.platform010_clang=15 -c fbcode.arch=aarch64 fbsource//xplat/assistant/oacr/native_thrift_service:oacr_native_service_cli` Reviewed By: r1mikey, malfet Differential Revision: D44960349 fbshipit-source-id: 1043b39b9a57fab6a353e1736c195440715f4e06
|
This pull request was exported from Phabricator. Differential Revision: D44960349 |
f2ccceb to
5e35a15
Compare
Summary:
Use a helper rule to handle
select()s indeps.Reviewed By: r1mikey
Differential Revision: D44960349