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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_debug__gn_.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
126 "runhooks" 126 "runhooks"
127 ], 127 ],
128 "cwd": "[SLAVE_BUILD]/src", 128 "cwd": "[SLAVE_BUILD]/src",
129 "env": { 129 "env": {
130 "FORCE_MAC_TOOLCHAIN": "1",
130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
131 "GYP_CHROMIUM_NO_ACTION": "1", 132 "GYP_CHROMIUM_NO_ACTION": "1",
132 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[CACHE]/cipd/gom a' target_arch=x64 use_goma=1", 133 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[CACHE]/cipd/gom a' target_arch=x64 use_goma=1",
133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 134 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
134 }, 135 },
135 "name": "gclient runhooks" 136 "name": "gclient runhooks"
136 }, 137 },
137 { 138 {
138 "cmd": [ 139 "cmd": [
139 "python", 140 "python",
(...skipping 12 matching lines...) Expand all
152 "cmd": [ 153 "cmd": [
153 "python", 154 "python",
154 "-u", 155 "-u",
155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 156 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
156 "--src-dir", 157 "--src-dir",
157 "[SLAVE_BUILD]/src", 158 "[SLAVE_BUILD]/src",
158 "--output-json", 159 "--output-json",
159 "/path/to/tmp/json" 160 "/path/to/tmp/json"
160 ], 161 ],
161 "env": { 162 "env": {
163 "FORCE_MAC_TOOLCHAIN": "1",
162 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
163 }, 165 },
164 "name": "clang_revision", 166 "name": "clang_revision",
165 "~followup_annotations": [ 167 "~followup_annotations": [
166 "@@@STEP_LOG_LINE@json.output@{@@@", 168 "@@@STEP_LOG_LINE@json.output@{@@@",
167 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 169 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
168 "@@@STEP_LOG_LINE@json.output@}@@@", 170 "@@@STEP_LOG_LINE@json.output@}@@@",
169 "@@@STEP_LOG_END@json.output@@@" 171 "@@@STEP_LOG_END@json.output@@@"
170 ] 172 ]
171 }, 173 },
(...skipping 28 matching lines...) Expand all
200 "--goma-jsonstatus", 202 "--goma-jsonstatus",
201 "/path/to/tmp/json", 203 "/path/to/tmp/json",
202 "--goma-service-account-json-file", 204 "--goma-service-account-json-file",
203 "/creds/service_accounts/service-account-goma-client.json", 205 "/creds/service_accounts/service-account-goma-client.json",
204 "--goma-dir", 206 "--goma-dir",
205 "[CACHE]/cipd/goma", 207 "[CACHE]/cipd/goma",
206 "--", 208 "--",
207 "all" 209 "all"
208 ], 210 ],
209 "env": { 211 "env": {
212 "FORCE_MAC_TOOLCHAIN": "1",
210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 213 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
211 }, 214 },
212 "name": "compile", 215 "name": "compile",
213 "~followup_annotations": [ 216 "~followup_annotations": [
214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 217 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
215 "@@@STEP_LOG_END@json.output (invalid)@@@" 218 "@@@STEP_LOG_END@json.output (invalid)@@@"
216 ] 219 ]
217 }, 220 },
218 { 221 {
219 "name": "$result", 222 "name": "$result",
220 "recipe_result": null, 223 "recipe_result": null,
221 "status_code": 0 224 "status_code": 0
222 } 225 }
223 ] 226 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698