Commit 44d41ee
Include ignore_root_user_error in repository_rule keys (bazel-contrib#835)
Otherwise you can see this warning:
```
DEBUG: Rule 'python3_9_aarch64-apple-darwin' indicated that a canonical reproducible form can be obtained by dropping arguments ["ignore_root_user_error"]
DEBUG: Repository python3_9_aarch64-apple-darwin instantiated at:
/Users/ksmiley/dev/lyft/ios4/WORKSPACE:113:27: in <toplevel>
/private/var/tmp/_bazel_ksmiley/c921e5b09fe02de914188528345349ce/external/rules_python/python/repositories.bzl:366:26: in python_register_toolchains
Repository rule python_repository defined at:
/private/var/tmp/_bazel_ksmiley/c921e5b09fe02de914188528345349ce/external/rules_python/python/repositories.bzl:269:36: in <toplevel>
```
Co-authored-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>1 parent fa4c408 commit 44d41ee
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| 260 | + | |
260 | 261 | | |
261 | 262 | | |
262 | 263 | | |
| |||
0 commit comments