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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release__gyp_.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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 }, 174 },
175 { 175 {
176 "cmd": [ 176 "cmd": [
177 "python", 177 "python",
178 "-u", 178 "-u",
179 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 179 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
180 "runhooks" 180 "runhooks"
181 ], 181 ],
182 "cwd": "[BUILDER_CACHE]/Mac64_Release__GYP_/src", 182 "cwd": "[BUILDER_CACHE]/Mac64_Release__GYP_/src",
183 "env": { 183 "env": {
184 "FORCE_MAC_TOOLCHAIN": "1",
184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
185 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_ goma=1", 186 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_ goma=1",
186 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 187 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
187 }, 188 },
188 "name": "gclient runhooks" 189 "name": "gclient runhooks"
189 }, 190 },
190 { 191 {
191 "cmd": [ 192 "cmd": [
192 "python", 193 "python",
193 "-u", 194 "-u",
194 "[BUILDER_CACHE]/Mac64_Release__GYP_/src/tools/mb/mb.py", 195 "[BUILDER_CACHE]/Mac64_Release__GYP_/src/tools/mb/mb.py",
195 "gen", 196 "gen",
196 "-m", 197 "-m",
197 "client.webrtc", 198 "client.webrtc",
198 "-b", 199 "-b",
199 "Mac64 Release (GYP)", 200 "Mac64 Release (GYP)",
200 "--config-file", 201 "--config-file",
201 "[BUILDER_CACHE]/Mac64_Release__GYP_/src/webrtc/build/mb_config.pyl", 202 "[BUILDER_CACHE]/Mac64_Release__GYP_/src/webrtc/build/mb_config.pyl",
202 "--goma-dir", 203 "--goma-dir",
203 "[CACHE]/cipd/goma", 204 "[CACHE]/cipd/goma",
204 "--gyp-script=[BUILDER_CACHE]/Mac64_Release__GYP_/src/webrtc/build/gyp_web rtc.py", 205 "--gyp-script=[BUILDER_CACHE]/Mac64_Release__GYP_/src/webrtc/build/gyp_web rtc.py",
205 "//out/Release" 206 "//out/Release"
206 ], 207 ],
207 "cwd": "[BUILDER_CACHE]/Mac64_Release__GYP_/src", 208 "cwd": "[BUILDER_CACHE]/Mac64_Release__GYP_/src",
208 "env": { 209 "env": {
210 "FORCE_MAC_TOOLCHAIN": "1",
209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
210 }, 212 },
211 "name": "generate_build_files" 213 "name": "generate_build_files"
212 }, 214 },
213 { 215 {
214 "name": "$result", 216 "name": "$result",
215 "recipe_result": null, 217 "recipe_result": null,
216 "status_code": 0 218 "status_code": 0
217 } 219 }
218 ] 220 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698