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

bazel: use hermetic python interpreter #4267

Merged
merged 3 commits into from
Oct 3, 2022

Commits on Sep 30, 2022

  1. bazel: use hermetic python interpreter

    Update the rules_python to the latest release and register the hermetic
    python interpreter with version 3.10.
    
    This should remove our reliance on the host interpreter if the python
    tools are executed with bazel. E.g., when running an acceptance test,
    when linting, or when running the topology generator with bazel run.
    oncilla committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    96b080f View commit details
    Browse the repository at this point in the history
  2. addLicense

    oncilla committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4473c4b View commit details
    Browse the repository at this point in the history
  3. update-docs

    oncilla committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    248d585 View commit details
    Browse the repository at this point in the history