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
Use constraints in global conditions instead of configuration flags.
I changed configuration settings in //src/conditions to use constraints instead of flags and then fixed some places where this is used.
I fixed uses of darwin and darwin_x86_64, which using flags I believe is the same thing and using constraints actually becomes different.
Added config_setting for linux. Used it where it makes sense. It cannot be used in tools/jdk/..., because it somehow gets new @bazel_tools and old @bazel_tools/constraints.
This might break users of remote execution or cross compiling. The users working on a single platform should be safe.
Closes#12427.
PiperOrigin-RevId: 341408717
0 commit comments