| Index: infra/bots/compile_skia.isolate
|
| diff --git a/infra/bots/compile_skia.isolate b/infra/bots/compile_skia.isolate
|
| index 51168e01198aeae2629cc89bc23e3020d9f7ed26..5866f4c797595f4f671fc6a2553a1131173aeb8b 100644
|
| --- a/infra/bots/compile_skia.isolate
|
| +++ b/infra/bots/compile_skia.isolate
|
| @@ -4,7 +4,7 @@
|
| ],
|
| 'variables': {
|
| 'command': [
|
| - 'python', 'compile_skia.py', '<(BUILDER_NAME)', '${ISOLATED_OUTDIR}/out',
|
| + 'python', 'compile_skia.py', '--builder_name', '<(BUILDER_NAME)', '--swarm_out_dir', '${ISOLATED_OUTDIR}/out',
|
| ],
|
| },
|
| }
|
|
|