-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add missing deps to integration test setup #25329
Conversation
@fmeum will this also fix bazelbuild/examples#556? |
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.
I wonder if this'll cause any difficulties during import, but I guess we can't know without trying :)
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4492#01953622-7720-4201-a255-1fb3970ec121
|
@meteorcloudy I can turn more bazel/src/main/java/com/google/devtools/build/lib/rules/filegroup/Filegroup.java Lines 93 to 98 in d5e62f1
The comment says "also visit its data as data", but then only visits its data as data, ignoring the runfiles of @comius Are there any thoughts on Starlarkifying |
Fixes #25323
Fixes #25324
Fixes #25325
Fixes #25306