-
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 GCS dependencies to resolve_dependency and refactor cmake modules #9072
Conversation
✅ Deploy Preview for meta-velox canceled.
|
d7b4b56
to
5981121
Compare
d4290b5
to
e44984c
Compare
d6000d3
to
4a97c3a
Compare
Once #9861 is merged you can remove the install bits in the workflows and rebase on it (you'll have to wait a bit after the merge for the rebuild of the containers). I'll review after that but looks good so far, thanks for the contribution! :) |
Hello @majetideepak, @assignUser, @kgpai, @pedroerp, @bdice. |
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.
Looks good thanks! As the docker images have been updated you can remove the steps where you installed the recent cmake in #9861.
CMake/resolve_dependency_modules/google_cloud_cpp_storage.cmake
Outdated
Show resolved
Hide resolved
0c19873
to
70dbbd6
Compare
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.
Once CI turns green this should be ready to merge.
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.
This looks good from what I can tell.
1ee4549
to
2225f63
Compare
@kgpai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
The new features in cmake 3.28 allow the cmake modules to be simplified.
…facebookincubator#9072) Summary: The goal of this change is to refactor and simplify the existing cmake modules. Pull Request resolved: facebookincubator#9072 Reviewed By: bikramSingh91 Differential Revision: D57883357 Pulled By: kgpai fbshipit-source-id: e7f95330e11be652b8c343a8743434df9d59bd76
…facebookincubator#9072) Summary: The goal of this change is to refactor and simplify the existing cmake modules. Pull Request resolved: facebookincubator#9072 Reviewed By: bikramSingh91 Differential Revision: D57883357 Pulled By: kgpai fbshipit-source-id: e7f95330e11be652b8c343a8743434df9d59bd76
The goal of this change is to refactor and simplify the existing cmake modules.