Use cfg="exec" instead of cfg="host" in internal rules. (#8626)
Bazel has switched its protobuf rules to make them use the proto compiler in the exec configuration instead of the host configuration. However, if rules in protobuf still use the host configuration then multiple copies of the compiler can end up being built. cfg="host" is deprecated in any case and being replaced with cfg="exec" where possible. https://docs.bazel.build/versions/master/skylark/rules.html#configurationspull/8634/head
parent
f71a662db4
commit
f1fe79dd12
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue