This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Commit 1ce5732
committed
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`.1 parent 3e89918 commit 1ce5732
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments