summaryrefslogtreecommitdiff
path: root/build/config/siso/config.star
diff options
context:
space:
mode:
Diffstat (limited to 'build/config/siso/config.star')
-rw-r--r--build/config/siso/config.star6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/config/siso/config.star b/build/config/siso/config.star
index 19b337796..81da4ab11 100644
--- a/build/config/siso/config.star
+++ b/build/config/siso/config.star
@@ -9,6 +9,12 @@ load("@builtin//struct.star", "module")
__KNOWN_CONFIG_OPTIONS = [
# Indicates that the build runs on a builder.
"builder",
+
+ # TODO: b/308405411 - Enable this config for all builders.
+ "remote-devtools-frontend-typescript",
+
+ # TODO: b/314693395 - Enable reproxy mode for cros by default.
+ "reproxy-cros",
]
def __check(ctx):