OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[DEPOT_TOOLS_ROOT]/gclient.py", | 6 "[DEPOT_TOOLS_ROOT]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]" |
10 ], | 10 ], |
(...skipping 25 matching lines...) Expand all Loading... |
36 "name": "gclient sync" | 36 "name": "gclient sync" |
37 }, | 37 }, |
38 { | 38 { |
39 "cmd": [ | 39 "cmd": [ |
40 "python", | 40 "python", |
41 "-u", | 41 "-u", |
42 "[DEPOT_TOOLS_ROOT]/gclient.py", | 42 "[DEPOT_TOOLS_ROOT]/gclient.py", |
43 "runhooks" | 43 "runhooks" |
44 ], | 44 ], |
45 "env": { | 45 "env": { |
46 "GYP_DEFINES": "v8_target_arch=arm" | 46 "GYP_DEFINES": "v8_target_arch=mips" |
47 }, | 47 }, |
48 "name": "gclient runhooks" | 48 "name": "gclient runhooks" |
49 }, | 49 }, |
50 { | 50 { |
51 "abort_on_failure": true, | 51 "abort_on_failure": true, |
52 "cmd": [ | 52 "cmd": [ |
53 "python", | 53 "python", |
54 "-u", | 54 "-u", |
55 "[BUILD_ROOT]/scripts/slave/compile.py", | 55 "[BUILD_ROOT]/scripts/slave/compile.py", |
56 "--target", | 56 "--target", |
57 "Release", | 57 "Release", |
58 "--build-dir", | 58 "--build-dir", |
59 "[SLAVE_BUILD_ROOT]/v8", | 59 "[SLAVE_BUILD_ROOT]/v8", |
60 "--src-dir", | 60 "--src-dir", |
61 "[SLAVE_BUILD_ROOT]/v8", | 61 "[SLAVE_BUILD_ROOT]/v8", |
62 "--build-tool", | 62 "--build-tool", |
63 "make", | 63 "make", |
64 "--", | 64 "--", |
65 "buildbot" | 65 "buildbot" |
66 ], | 66 ], |
67 "name": "compile" | 67 "name": "compile" |
68 } | 68 } |
69 ] | 69 ] |
OLD | NEW |