-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[5.0.0/5.2.0] external_include_paths no work for emitting warnings for external sources #15762
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
team-Rules-CPP
Issues for C++ rules
type: bug
Comments
@sgowroji Thanks for your reply, I added Finally, I executed command |
qchenzi
changed the title
bazel5.0.0 external_include_paths no work for emitting warnings for external sources
[5.0.0/5.2.0] external_include_paths no work for emitting warnings for external sources
Jun 30, 2022
meteorcloudy
added
team-Rules-CPP
Issues for C++ rules
and removed
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
labels
Jul 5, 2022
oquenchil
added
P3
We're not considering working on this, but happy to review a PR. (No assignee)
and removed
untriaged
labels
Jul 7, 2022
This was referenced Jul 13, 2022
still occurring with bazel 5.3.2, any update on this ? |
hvadehra
pushed a commit
that referenced
this issue
Feb 14, 2023
lripoche
added a commit
to lripoche/bazel
that referenced
this issue
Apr 20, 2023
Potentially fix bazelbuild#15762 and bazelbuild#15865 (if they depend on windows). Linked to 08936ae Closes bazelbuild#16694. PiperOrigin-RevId: 505084880 Change-Id: Ie4dc08a0e93c76419b6164bacccadac32a7c7b2f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
team-Rules-CPP
Issues for C++ rules
type: bug
external_include_paths no work for emitting warnings for external sources
I added the following to my project's
.bazelrc
file,build --features=external_include_paths
I hope that will emit warnings for external deps, but it is not helping me, it is still giving me errors.
The text was updated successfully, but these errors were encountered: