| Index: infra/bots/recipe_modules/core/api.py
|
| diff --git a/infra/bots/recipe_modules/core/api.py b/infra/bots/recipe_modules/core/api.py
|
| index bc96d99a857e52b709e7d2376348ba2d5a87d5b9..a2591dcbee208e5295184af1170ba5607e131bd4 100644
|
| --- a/infra/bots/recipe_modules/core/api.py
|
| +++ b/infra/bots/recipe_modules/core/api.py
|
| @@ -110,7 +110,6 @@ class SkiaApi(recipe_api.RecipeApi):
|
|
|
| # Run 'gclient sync'.
|
| gclient_cfg.got_revision_mapping['skia'] = 'got_revision'
|
| - gclient_cfg.target_os.add('llvm')
|
| checkout_kwargs = {}
|
| checkout_kwargs['env'] = self.m.vars.default_env
|
|
|
|
|