Tracking issue for the 2.0 release
2.0 breaking changes
There are 5 changes we expect to be disruptive:
- On Windows symlinks are required. Add
startup --windows_enable_symlinks to your .bazelrc and enable Windows developer mode
- Windows: lite venvs are created for binaries/tests
- Windows and --build_python_zip: The
--build_python_zip flag is ignored. Use the py_zipapp_* rules instead.
- For cross-building using
pip.parse.experimental_index_url: you must now explicitly list the desired cross-built platforms using pip.parse.target_platforms
- When searching for packages in indexes the one specified with --index-url will be searched after the ones specified via --extra-index-url when using the bazel downloader.
See the 2.0.0 changelog for more information
rc0
rc1
Final release
Tracking issue for the 2.0 release
2.0 breaking changes
There are 5 changes we expect to be disruptive:
startup --windows_enable_symlinksto your.bazelrcand enable Windows developer mode--build_python_zipflag is ignored. Use thepy_zipapp_*rules instead.pip.parse.experimental_index_url: you must now explicitly list the desired cross-built platforms usingpip.parse.target_platformsSee the 2.0.0 changelog for more information
rc0
rc1
Final release