//tools/precompiler
- flag --//tools/precompiler:execution_requirements
Determines the execution requirements
//tools/precompiler:precompileruses.This is a repeatable string_list flag. The values are
key=valueentries, each of which are added to the execution requirements for thePyCompileaction to generate pyc files.Customizing this flag mostly allows controlling whether Bazel runs the precompiler as a regular worker, persistent worker, or regular action.