Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1224)

Unified Diff: infra/bots/recipe_modules/core/api.py

Issue 2317373004: Clean up target_os=llvm now that it does nothing. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | infra/bots/recipes/swarm_RecreateSKPs.expected/Housekeeper-Nightly-RecreateSKPs_Canary.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « DEPS ('k') | infra/bots/recipes/swarm_RecreateSKPs.expected/Housekeeper-Nightly-RecreateSKPs_Canary.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698