Commit 6498328
build: avoid unnecessary re-evaluation of starlark code
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`.
(cherry picked from commit a8968b6)1 parent 09adb8e commit 6498328
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments