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

[7.1.0] python: rules_python 0.22.0 -> 0.22.1 soas to register Python toolchain by default #21369

Merged

Commits on Feb 15, 2024

  1. [7.1.0] python: rules_python 0.22.0 -> 0.22.1 soas to register Python…

    … toolchain by default
    
    A regression from upgrading to rules_python 0.22.0 is that a Python toolchain
    is no longer registered by default (the prior 0.4.0 version registered the
    "autodetecting" toolchain). Subsequent versions of rules_python (0.23.0 or
    later) register a toolchain by default again, but it's a downloaded runtime,
    which makes upgrading more involved.
    
    To fix, upgrade to 0.22.1, which registers the autodetecting toolchain.
    This restores the rules_python 0.4.0 behavior and should suffice until
    bazel_tools is upgraded to 0.23.0 or later.
    
    Fixes bazelbuild#20458
    
    Closes bazelbuild#20514
    
    PiperOrigin-RevId: 592578175
    Change-Id: I707a4c96829063536f81cc10e144652102da1e7e
    rickeylev authored and meteorcloudy committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d51617f View commit details
    Browse the repository at this point in the history