-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Open/R oss build with the getdeps tool
Summary: As titled. Open/R's OSS build has been failing for quite a while. By tracing back, I assume the first failure was introduced by this coro migration diff: D46549163 This diff fixes this. NOTE: unfortunately there are not enough folly::coro support with open source build and we hit co_* method can't be found in thrift service when linking the lib. Temporarily disabled this `-fcoroutines` option. The steps to build openr OSS with getdeps is ``` sudo ./opensource/fbcode_builder/getdeps.py install-system-deps --recursive openr ./opensource/fbcode_builder/getdeps.py build openr ``` {F1937790594} NOTE: oss test needs to be handled separately Reviewed By: shih-hao-tseng Differential Revision: D64451955 fbshipit-source-id: 971ba0ffd119b15853a6ca49e66f30eb283b38d9
- Loading branch information
1 parent
c9dc699
commit fbdfe10
Showing
4 changed files
with
14 additions
and
11 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
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