Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename target_compatible_with to internal_target_compatible_with in _…
…rbe_config This essentially the same patch as 9a2fbe2 except that it deals with `target_compatible_with` instead of `exec_properties`. The PR bazelbuild/bazel#10945 adds a new `target_compatible_with` attribute to all rules. That includes repository rules. Currently the patch fails in `//src/test/shell/bazel:bazel_bootstrap_distfile_test`. The error complains about: Error in repository_rule: There is already a built-in attribute 'target_compatible_with' which cannot be overridden Since the repository rule is abstracted by a macro, it should be fairly safe to rename the attribute to `internal_target_compatible_with`.
- Loading branch information