Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: Flip
--incompatible_python_disable_py2
to true
This changes the default to rejecting Python 2 values. For more information, see #17293 Fixes #17293 RELNOTES[INC]: --incompatible_python_disable_py2 is flipped to true. See #17293 for details. PiperOrigin-RevId: 507897246 Change-Id: I67cbadbb0f543d8153ad0355af22e48ead9083ef
- Loading branch information
95a57ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @rickeylev,
It looks like this change caused BuildFarm to fail in the downstream, can you please check it?
95a57ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's unlike that error is caused by this commit. The reported error is:
This commit would cause a failure that would say something to the effect of "python 2 is not allowed".
A possible cause might be buildfarm using an older version of rules_python; if so, the fix would be to upgrade the version of rules_python it is using.
I think there was some recent work to make some bazel integration tests use rules_python for the py rules; perhaps those are the cause.
95a57ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is the one that introduces the rules_python load there: #17545