Skip to content
  • Paul Gschwendtner's avatar
    build: avoid unnecessary re-evaluation of starlark code (#49106) · 1a7444f9
    Paul Gschwendtner authored
    The experimental allow tags propagation flag is a `BuildLanguage` option
    and causes all Starlark code to be re-invoked. This causes a slow-down
    when switching between bazel query/ bazel build because the option is not set for `bazel query`.
    
    We fix it by applying the option to all commands, using `common`.
    
    PR Close #49106
    1a7444f9