-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ci: remove unused dependency from BUILD targets #37843
Conversation
e1c3ba5
to
5421fc7
Compare
Signed-off-by: Rohit Agrawal <[email protected]>
5421fc7
to
619369e
Compare
/retest |
I manually retriggered CodeQL-Build and it still failed the same way. Doesn't look like it's directly related to your PR, maybe try syncing up to head? |
@ravenblackx I tried syncing with upstream but it's still failing with the same error :| |
/retest |
/retest Not quite the same error, but another "absl missing its own internal dependencies" error. This looks similar, I suspect something is off in the build system (bad cache or incompatible versions, kinda thing). I don't know how to unblock though. |
Looks like we can just ignore this if we're confident this PR is not causing it, and I'm pretty confident of that. |
## Description This PR removes an unused dependency from multiple BUILD targets and header files. --- **Commit Message**: remove unused dependency from BUILD targets **Additional Description:** This PR removes unused dependency from multiple header and BUILD files. **Risk Level:** Very Low Testing: N/A **Docs Changes:** N/A **Release Notes:** N/A Signed-off-by: Rohit Agrawal <[email protected]>
Description
This PR removes an unused dependency from multiple BUILD targets and header files.
Commit Message: remove unused dependency from BUILD targets
Additional Description: This PR removes unused dependency from multiple header and BUILD files.
Risk Level: Very Low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A