We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa7528 commit 5af53e6Copy full SHA for 5af53e6
CHANGELOG.md
@@ -30,7 +30,11 @@ A brief description of the categories of changes:
30
### Fixed
31
* The targets would depend on the `exec_tools_toolchain_type` toolchain if it
32
was registered even though the pre-compilation was not enabled. This has been
33
- fixed to not be the case anymore. Fixes [#1967](https://github.com/bazelbuild/rules_python/issues/1967).
+ fixed to not be the case anymore. Fixes
34
+ [#1967](https://github.com/bazelbuild/rules_python/issues/1967). Users
35
+ wanting to use the `precompile` feature may have to set the config setting to
36
+ always do the precompilation and per-target pre-compilation is for now
37
+ disabled.
38
39
### Removed
40
* Nothing yet
0 commit comments