-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
bazel: fix typo in external_deps.bzl #18771
Conversation
Signed-off-by: James Heppenstall <[email protected]>
56a2f11
to
f846d22
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.
lgtm, thanks @JamesHeppenstall
Thanks for the quick lgtm @phlax. Was wondering if you knew the answer to my question/whether an update needs to be made? |
not off hand, checking through, i can see the definition for almost certainly those instructions need to be updated, to make them less confusing if nothing else can i suggest opening an issue for that, we can cc others that probably know better if you do |
Opened an issue as suggested 😄 |
/retest |
Retrying Azure Pipelines: |
cc @moderation for deps approval |
/lgtm deps |
Signed-off-by: James Heppenstall [email protected]
Commit Message: bazel: fix typo in external_deps.bzl
Additional Description: N/A
Risk Level: Low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A
Question: I also see here that the preferred way of adding external dependencies that use
CMake
is to add acmake_external
rule but there are no references tocmake_external
in the codebase. Instead, there a variousenvoy_cmake
references. Should the documentation be updated?