Cloud C++ has a CI test that runs against protobuf head and this broke with one of my recent changes. This change fixes the problem by restoring the previous visibility entry that was changed. I'm a little bit surprised that this works, since `@upb` doesn't even exist in our workspace anymore. It appears that Bazel is happy to ignore that in our workspace where it doesn't exist, and still respect it in other workspaces where it does exist. PiperOrigin-RevId: 565093972pull/14075/head
parent
7be2a452c6
commit
c92e490ed7
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue