OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
7 "[CUSTOM_/_B_WORK]", | 7 "[CUSTOM_/_B_WORK]", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout_path", | 10 "name": "makedirs checkout_path", |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 "env": { | 112 "env": { |
113 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]" | 113 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]" |
114 }, | 114 }, |
115 "name": "fetch-gn" | 115 "name": "fetch-gn" |
116 }, | 116 }, |
117 { | 117 { |
118 "cmd": [ | 118 "cmd": [ |
119 "gn", | 119 "gn", |
120 "gen", | 120 "gen", |
121 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fast/Release", | 121 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fast/Release", |
122 "--args=cc=\"gcc\" compiler_prefix=\"\" cxx=\"g++\" extra_cflags=\"-march=
native -fomit-frame-pointer -O3\" is_debug=false" | 122 "--args=cc=\"gcc\" compiler_prefix=\"\" cxx=\"g++\" extra_cflags=\"-march=
native -fomit-frame-pointer -O3\" extra_ldflags=\"\" is_debug=false" |
123 ], | 123 ], |
124 "cwd": "[CUSTOM_/_B_WORK]/skia", | 124 "cwd": "[CUSTOM_/_B_WORK]/skia", |
125 "env": { | 125 "env": { |
126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]" | 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]" |
127 }, | 127 }, |
128 "name": "gn gen" | 128 "name": "gn gen" |
129 }, | 129 }, |
130 { | 130 { |
131 "cmd": [ | 131 "cmd": [ |
132 "ninja", | 132 "ninja", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 175 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
176 "@@@STEP_LOG_END@python.inline@@@" | 176 "@@@STEP_LOG_END@python.inline@@@" |
177 ] | 177 ] |
178 }, | 178 }, |
179 { | 179 { |
180 "name": "$result", | 180 "name": "$result", |
181 "recipe_result": null, | 181 "recipe_result": null, |
182 "status_code": 0 | 182 "status_code": 0 |
183 } | 183 } |
184 ] | 184 ] |
OLD | NEW |