We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b975280 commit 5b4abfeCopy full SHA for 5b4abfe
config/siso/android.star
@@ -67,6 +67,12 @@ def __step_config(ctx, step_config):
67
"canonicalize_dir": True,
68
"timeout": "2m",
69
},
70
+ {
71
+ # TODO: crbug.com/396220357 - fix too many remote input files.
72
+ "name": "android/turbine/b396220357",
73
+ "action_outs": ["./obj/chrome/test/unit_tests__apk.turbine.jar"],
74
+ "remote": False,
75
+ },
76
{
77
"name": "android/turbine",
78
"command_prefix": "python3 ../../build/android/gyp/turbine.py",
0 commit comments