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=ia32" | 46 "GYP_DEFINES": "v8_target_arch=mips" |
47 }, | 47 }, |
48 "name": "gclient runhooks" | 48 "name": "gclient runhooks" |
49 }, | 49 }, |
50 { | 50 { |
51 "cmd": [ | 51 "cmd": [ |
52 "python", | 52 "python", |
53 "-u", | 53 "-u", |
54 "[BUILD_ROOT]/scripts/slave/compile.py", | 54 "[BUILD_ROOT]/scripts/slave/compile.py", |
55 "--target", | 55 "--target", |
56 "Debug", | 56 "Debug", |
57 "--build-dir", | 57 "--build-dir", |
58 "[SLAVE_BUILD_ROOT]/v8", | 58 "[SLAVE_BUILD_ROOT]/v8", |
59 "--src-dir", | 59 "--src-dir", |
60 "[SLAVE_BUILD_ROOT]/v8", | 60 "[SLAVE_BUILD_ROOT]/v8", |
61 "--build-tool", | 61 "--build-tool", |
62 "make", | 62 "make", |
63 "--", | 63 "--", |
64 "buildbot" | 64 "buildbot" |
65 ], | 65 ], |
66 "name": "compile" | 66 "name": "compile" |
67 } | 67 } |
68 ] | 68 ] |
OLD | NEW |