-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add Findstemmer.cmake to find lib stemmer #10884
Conversation
✅ Deploy Preview for meta-velox canceled.
|
25a58a8
to
9b7389b
Compare
Please update the PR title, drop |
9b7389b
to
313d34b
Compare
@jinchengchenghh, thanks for your comment! Just updated. |
@assignUser, could you spare some time to review this pr? Thanks! |
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.
Nice!
@kgpai, could you also take a look? Thanks! |
@PHILO-HE There are Fuzzer failures. Would you take a look? |
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@mbasmanova, we will look into this issue. Assume it is not relevant to this pr. |
@PHILO-HE Would you rebase? |
8da0a5b
to
3944f9b
Compare
@mbasmanova, I just rebased the pr. Thanks! |
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
3944f9b
to
7c5db2b
Compare
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@mbasmanova, the CI failure is irrelevant, and it was just fixed by 4744994. |
@PHILO-HE Would you rebase? Still seeing CI failures. |
7c5db2b
to
f43dd88
Compare
@mbasmanova, just rebased. |
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@mbasmanova merged this pull request in 38f9a1f. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Summary: Reverting PR facebookincubator#10884 due to it breaking PyVelox builds and Fuzzer . Fixes issue : facebookincubator#10963 Original commit changeset: dec13d672129 Original Phabricator Diff: D62373662 Reviewed By: amitkdutta Differential Revision: D62477240
…or#10965) Summary: Pull Request resolved: facebookincubator#10965 Reverting PR facebookincubator#10884 due to it breaking PyVelox builds and Fuzzer . Fixes issue : facebookincubator#10963 Original commit changeset: dec13d672129 Original Phabricator Diff: D62373662 Reviewed By: xiaoxmeng, amitkdutta, kagamiori Differential Revision: D62477240
Summary: Pull Request resolved: #10965 Reverting PR #10884 due to it breaking PyVelox builds and Fuzzer . Fixes issue : #10963 Original commit changeset: dec13d672129 Original Phabricator Diff: D62373662 Reviewed By: xiaoxmeng, amitkdutta, kagamiori Differential Revision: D62477240 fbshipit-source-id: a98174e1be031864e84dd11ba8eb3475415d5a0e
This pull request has been reverted by 485329e. |
@PHILO-HE We had to revert this PR because it broke pyvelox and fuzzer builds. It's because the docker images produced did not work well with pyvelox . I recommend we create another PR just to make changes to the images, see if they work and subsequently land them and then re-add this findstemmer change. Thank you ! |
@kgpai, I understand the reverting. Will fix that issue. |
Summary: This pr adds lib stemmer to setup script and allows cmake to find this installed lib during building velox. Pull Request resolved: facebookincubator#10884 Reviewed By: Yuhta Differential Revision: D62373662 Pulled By: mbasmanova fbshipit-source-id: dec13d67212901cf98a96534e090cd54b8ff0331
Summary: This pr adds lib stemmer to setup script and allows cmake to find this installed lib during building velox. Pull Request resolved: facebookincubator#10884 Reviewed By: Yuhta Differential Revision: D62373662 Pulled By: mbasmanova fbshipit-source-id: dec13d67212901cf98a96534e090cd54b8ff0331
Summary: This pr adds lib stemmer to setup script and allows cmake to find this installed lib during building velox. Pull Request resolved: facebookincubator#10884 Reviewed By: Yuhta Differential Revision: D62373662 Pulled By: mbasmanova fbshipit-source-id: dec13d67212901cf98a96534e090cd54b8ff0331
…or#10965) Summary: Pull Request resolved: facebookincubator#10965 Reverting PR facebookincubator#10884 due to it breaking PyVelox builds and Fuzzer . Fixes issue : facebookincubator#10963 Original commit changeset: dec13d672129 Original Phabricator Diff: D62373662 Reviewed By: xiaoxmeng, amitkdutta, kagamiori Differential Revision: D62477240 fbshipit-source-id: a98174e1be031864e84dd11ba8eb3475415d5a0e
This pr adds lib stemmer to setup script and allows cmake to find this installed lib during building velox.