You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'd like to consume closure compiler via bzlmod. CC depends on google_bazel_common via git_override, which I believe means it can't be published to bcr. If google_bazel_common is published to the bcr, then we can remove the git_override() and publish CC to the bcr as well.
I noticed that there has been some recent activity in //.bcr. I'm not sure what those files do but perhaps you're already planning on doing this.
The text was updated successfully, but these errors were encountered:
I have been trying hard to not have to fully understand what is going on, but I believe that this is in fact what @mollyibot has been working toward :)
Hello! I'd like to consume closure compiler via bzlmod. CC depends on
google_bazel_common
viagit_override
, which I believe means it can't be published to bcr. Ifgoogle_bazel_common
is published to the bcr, then we can remove thegit_override()
and publish CC to the bcr as well.I noticed that there has been some recent activity in
//.bcr
. I'm not sure what those files do but perhaps you're already planning on doing this.The text was updated successfully, but these errors were encountered: