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

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

Issue 2415543004: 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_rel/src", 188 "cwd": "[BUILDER_CACHE]/mac_gyp_rel/src",
189 "env": { 189 "env": {
190 "FORCE_MAC_TOOLCHAIN": "1",
190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
191 "GYP_DEFINES": "clang=1 component=static_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", 192 "GYP_DEFINES": "clang=1 component=static_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",
192 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
193 }, 194 },
194 "name": "gclient runhooks" 195 "name": "gclient runhooks"
195 }, 196 },
196 { 197 {
197 "cmd": [ 198 "cmd": [
198 "python", 199 "python",
199 "-u", 200 "-u",
200 "[BUILDER_CACHE]/mac_gyp_rel/src/tools/mb/mb.py", 201 "[BUILDER_CACHE]/mac_gyp_rel/src/tools/mb/mb.py",
201 "gen", 202 "gen",
202 "-m", 203 "-m",
203 "tryserver.webrtc", 204 "tryserver.webrtc",
204 "-b", 205 "-b",
205 "mac_gyp_rel", 206 "mac_gyp_rel",
206 "--config-file", 207 "--config-file",
207 "[BUILDER_CACHE]/mac_gyp_rel/src/webrtc/build/mb_config.pyl", 208 "[BUILDER_CACHE]/mac_gyp_rel/src/webrtc/build/mb_config.pyl",
208 "--goma-dir", 209 "--goma-dir",
209 "[CACHE]/cipd/goma", 210 "[CACHE]/cipd/goma",
210 "--gyp-script=[BUILDER_CACHE]/mac_gyp_rel/src/webrtc/build/gyp_webrtc.py", 211 "--gyp-script=[BUILDER_CACHE]/mac_gyp_rel/src/webrtc/build/gyp_webrtc.py",
211 "//out/Release" 212 "//out/Release"
212 ], 213 ],
213 "cwd": "[BUILDER_CACHE]/mac_gyp_rel/src", 214 "cwd": "[BUILDER_CACHE]/mac_gyp_rel/src",
214 "env": { 215 "env": {
216 "FORCE_MAC_TOOLCHAIN": "1",
215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
216 }, 218 },
217 "name": "generate_build_files" 219 "name": "generate_build_files"
218 }, 220 },
219 { 221 {
220 "name": "$result", 222 "name": "$result",
221 "recipe_result": null, 223 "recipe_result": null,
222 "status_code": 0 224 "status_code": 0
223 } 225 }
224 ] 226 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698