Add missing deps to integration test setup#25329
Add missing deps to integration test setup#25329fmeum wants to merge 1 commit intobazelbuild:masterfrom
Conversation
|
@fmeum will this also fix bazelbuild/examples#556? |
Wyverald
left a comment
There was a problem hiding this comment.
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 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 |
The `data_runfiles` of a `filegroup` should contain the `data_runfiles` of all deps in `srcs`, plus the `data_runfiles` of all deps in `data`. Previously, they didn't contain the former. Related to #25329 (comment) Closes #25365. PiperOrigin-RevId: 732362664 Change-Id: I00786a362bd61b56d951e9e2bedb4ded04786994
|
Ow, I'll have to roll this back -- this actually broke things at Google in a highly non-trivial way and it was hidden behind some confusing UI. Stay tuned! |
|
Now I want to know what that UI is. :-) |
*** Reason for rollback *** b/400902205, breaks blaze nightly build 2025-03-01 ff. *** Original change description *** Don't swallow runfiles of `srcs` in data runfiles of `filegroup` The `data_runfiles` of a `filegroup` should contain the `data_runfiles` of all deps in `srcs`, plus the `data_runfiles` of all deps in `data`. Previously, they didn't contain the former. Related to #25329 (comment) Closes #25365. PiperOrigin-RevId: 733682081 Change-Id: Ibdc06c70e585758fe19ff8666aa4a02adaa0d348
Fixes #25323
Fixes #25324
Fixes #25325
Fixes #25306