Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include ignore_root_user_error in repository_rule keys #835

Conversation

keith
Copy link
Member

@keith keith commented Sep 23, 2022

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>

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>
```
@f0rmiga f0rmiga merged commit 44d41ee into bazelbuild:main Oct 5, 2022
@keith keith deleted the ks/include-ignore_root_user_error-in-repository_rule-keys branch October 5, 2022 23:41
@keith
Copy link
Member Author

keith commented Oct 5, 2022

thanks!

@f0rmiga
Copy link
Collaborator

f0rmiga commented Oct 5, 2022

@keith you are welcome!

ianpegg-bc pushed a commit to ianpegg-bc/rules_python that referenced this pull request May 12, 2023
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants