Commit cc7cac0
Fix build configs to make Thrift stresstest work
Summary:
Fix a few issues in Thrift stresstest and its dependencies, mostly related to build configs:
* Make folly liburing dependencies consistent between fbcode and xplat, otherwise uring is disabled.
* Build the stresstest `Server` target for the target instead of the host platform.
* Enable the FBCODE platform for binaries for dependency remapping to work.
* Replace `fbcode_exported_deps` with `exported_deps` for targets that are now consistent between fbcode and xplat.
Reviewed By: robertroeser
Differential Revision: D78572025
fbshipit-source-id: 97a6b8403c618eca66a8143c44403d12598623cc1 parent b31c6f1 commit cc7cac0
1 file changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
682 | 683 | | |
683 | 684 | | |
684 | 685 | | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
685 | 693 | | |
686 | 694 | | |
687 | 695 | | |
688 | 696 | | |
| 697 | + | |
689 | 698 | | |
690 | 699 | | |
691 | 700 | | |
692 | 701 | | |
693 | 702 | | |
694 | 703 | | |
695 | 704 | | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | | - | |
| 705 | + | |
702 | 706 | | |
703 | 707 | | |
704 | 708 | | |
| |||
0 commit comments