Conversation
f8344ce to
90ff8b4
Compare
90ff8b4 to
daa232b
Compare
|
This breaks a number of internal targets; most with a Maybe most targeted is a failure of https://github.com/bazelbuild/bazel/blob/master/src/test/java/com/google/devtools/build/lib/rules/objc/ObjcLibraryTest.java: ObjcLibraryTest.testArtifactsToAlwaysBuild fails: Does that repro when running the test with Bazel? |
|
Fwiw, almost all tests pass for me if I just comment out the And on that note: would following the second "avoid" in https://bazel.build/extending/rules#runfiles_features_to_avoid be useful guidance here? Honest question on my side, as I don't (yet) know much about this "avoid" guidance. |
Previously this was just ignored, now it is correctly propagated.
It's a good question on this weirdo branch specifically, especially since we're adding something new. I copied this from |
daa232b to
7e6e66b
Compare
|
I fixed the issue with the |
Previously this was just ignored, now it is correctly propagated.
Fixes bazelbuild/bazel#16270