-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate lib/rust from TARGETS to BUCK
Summary: Migrate `lib/rust` from `TARGETS` to `BUCK`. This improves consistency between fbcode and xplat and aligns with the future direction of `BUCK` adoption in fbcode: https://fb.workplace.com/groups/fbcode.fyi/posts/7176797622355977. We have already done the same for most target languages. Add `thrift_rust_library` and `thrift_rust_unittest` Buck targets that abstract away differences between xplat and fbcode (currently they are noop in xplat) - we have similar macros for C++ and other languages. Remove remaining dirsync rules. Remove dependency on icsp - this was clearly broken I'll create a follow-up task to fix it. Reviewed By: dtolnay Differential Revision: D62269595 fbshipit-source-id: 534438981e6a683b759ae2b53d8bb9040d208272
- Loading branch information
1 parent
184146b
commit 295d0f6
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters