Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_gyp_dbg.json

Issue 2411243003: Revert of Download the hermetic xcode toolchain on all bots that target mac. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
186 "runhooks" 186 "runhooks"
187 ], 187 ],
188 "cwd": "[BUILDER_CACHE]/mac_gyp_dbg/src", 188 "cwd": "[BUILDER_CACHE]/mac_gyp_dbg/src",
189 "env": { 189 "env": {
190 "FORCE_MAC_TOOLCHAIN": "1",
191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
192 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a rch=x64 use_goma=1", 191 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a rch=x64 use_goma=1",
193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 192 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
194 }, 193 },
195 "name": "gclient runhooks" 194 "name": "gclient runhooks"
196 }, 195 },
197 { 196 {
198 "cmd": [ 197 "cmd": [
199 "python", 198 "python",
200 "-u", 199 "-u",
201 "[BUILDER_CACHE]/mac_gyp_dbg/src/tools/mb/mb.py", 200 "[BUILDER_CACHE]/mac_gyp_dbg/src/tools/mb/mb.py",
202 "gen", 201 "gen",
203 "-m", 202 "-m",
204 "tryserver.webrtc", 203 "tryserver.webrtc",
205 "-b", 204 "-b",
206 "mac_gyp_dbg", 205 "mac_gyp_dbg",
207 "--config-file", 206 "--config-file",
208 "[BUILDER_CACHE]/mac_gyp_dbg/src/webrtc/build/mb_config.pyl", 207 "[BUILDER_CACHE]/mac_gyp_dbg/src/webrtc/build/mb_config.pyl",
209 "--goma-dir", 208 "--goma-dir",
210 "[CACHE]/cipd/goma", 209 "[CACHE]/cipd/goma",
211 "--gyp-script=[BUILDER_CACHE]/mac_gyp_dbg/src/webrtc/build/gyp_webrtc.py", 210 "--gyp-script=[BUILDER_CACHE]/mac_gyp_dbg/src/webrtc/build/gyp_webrtc.py",
212 "//out/Debug" 211 "//out/Debug"
213 ], 212 ],
214 "cwd": "[BUILDER_CACHE]/mac_gyp_dbg/src", 213 "cwd": "[BUILDER_CACHE]/mac_gyp_dbg/src",
215 "env": { 214 "env": {
216 "FORCE_MAC_TOOLCHAIN": "1",
217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
218 }, 216 },
219 "name": "generate_build_files" 217 "name": "generate_build_files"
220 }, 218 },
221 { 219 {
222 "name": "$result", 220 "name": "$result",
223 "recipe_result": null, 221 "recipe_result": null,
224 "status_code": 0 222 "status_code": 0
225 } 223 }
226 ] 224 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698