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

Commits on Sep 23, 2022

  1. Include ignore_root_user_error in repository_rule keys

    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>
    ```
    keith committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    0832e0e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    b6533f4 View commit details
    Browse the repository at this point in the history