From fbe7166685b860a530ebe545aef5596c6a86c403 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Fri, 1 Jun 2018 11:53:42 +0000 Subject: Revert "[recipes] Isolate build outputs with no subdirs" This reverts commit 0c9d2805e81e15e3afdf7ebcdc030771dbe7750b. Reason for revert: Broke iOS and SwiftShader (and maybe others) Original change's description: > [recipes] Isolate build outputs with no subdirs > > Bug: skia:6473 > Change-Id: If243b6afb748529d2bdb212e360cd4338edc929c > Reviewed-on: https://skia-review.googlesource.com/130942 > Reviewed-by: Ben Wagner > Commit-Queue: Eric Boren TBR=borenet@google.com,benjaminwagner@google.com Change-Id: Icf9490f2f88dc454c6d971f35258e219137b0c0e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia:6473 Reviewed-on: https://skia-review.googlesource.com/131400 Reviewed-by: Eric Boren Commit-Queue: Eric Boren --- infra/bots/recipes/bookmaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/bots/recipes/bookmaker.py') diff --git a/infra/bots/recipes/bookmaker.py b/infra/bots/recipes/bookmaker.py index 78b8846c3a..3a568ec9bf 100644 --- a/infra/bots/recipes/bookmaker.py +++ b/infra/bots/recipes/bookmaker.py @@ -46,7 +46,7 @@ def RunSteps(api): skia_dir = checkout_root.join('skia') with api.context(cwd=skia_dir, env=api.infra.go_env): - bookmaker_binary = api.vars.build_dir.join('bookmaker') + bookmaker_binary = api.vars.skia_out.join('bookmaker') buildername = api.vars.builder_name if 'PerCommit' in buildername: -- cgit v1.2.3