Commit 88572ab2 authored by simonhatch's avatar simonhatch Committed by Commit bot

[bisect] - Set goma_dir parameter from run-bisect-perf-regression.py.

This needs to be set in order to build properly from the bisect script.

BUG=

Review URL: https://codereview.chromium.org/815083004

Cr-Commit-Position: refs/heads/master@{#309564}
parent 46a7eac4
...@@ -539,6 +539,8 @@ def _RunBisectionScript( ...@@ -539,6 +539,8 @@ def _RunBisectionScript(
'on Windows XP platform. Please refer to crbug.com/330900.') 'on Windows XP platform. Please refer to crbug.com/330900.')
path_to_goma = None path_to_goma = None
cmd.append('--use_goma') cmd.append('--use_goma')
cmd.append('--goma_dir')
cmd.append(os.path.abspath(path_to_goma))
if path_to_extra_src: if path_to_extra_src:
cmd.extend(['--extra_src', path_to_extra_src]) cmd.extend(['--extra_src', path_to_extra_src])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment