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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-PDFium.json

Issue 2317013002: Run install-sysroot script before 'gn gen' on PDFium bot (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « infra/bots/recipe_modules/flavor/pdfium_flavor.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "BUILDTYPE": "Release", 90 "BUILDTYPE": "Release",
91 "CHROME_HEADLESS": "1", 91 "CHROME_HEADLESS": "1",
92 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", 92 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
93 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 93 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
94 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-PD Fium" 94 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-PD Fium"
95 }, 95 },
96 "name": "runhook" 96 "name": "runhook"
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "python",
101 "build/linux/sysroot_scripts/install-sysroot.py",
102 "--arch=amd64"
103 ],
104 "cwd": "[CUSTOM_/_B_WORK]/pdfium",
105 "env": {
106 "BUILDTYPE": "Release",
107 "CHROME_HEADLESS": "1",
108 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
109 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-PD Fium"
110 },
111 "name": "sysroot"
112 },
113 {
114 "cmd": [
100 "gn", 115 "gn",
101 "gen", 116 "gen",
102 "out/skia", 117 "out/skia",
103 "--args=pdf_use_skia=true pdf_is_standalone=true clang_use_chrome_plugins= false is_component_build=false is_debug=false" 118 "--args=pdf_use_skia=true pdf_is_standalone=true clang_use_chrome_plugins= false is_component_build=false is_debug=false"
104 ], 119 ],
105 "cwd": "[CUSTOM_/_B_WORK]/pdfium", 120 "cwd": "[CUSTOM_/_B_WORK]/pdfium",
106 "env": { 121 "env": {
107 "BUILDTYPE": "Release", 122 "BUILDTYPE": "Release",
108 "CHROME_HEADLESS": "1", 123 "CHROME_HEADLESS": "1",
109 "CHROMIUM_BUILDTOOLS_PATH": "[CUSTOM_/_B_WORK]/pdfium/buildtools", 124 "CHROMIUM_BUILDTOOLS_PATH": "[CUSTOM_/_B_WORK]/pdfium/buildtools",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 216 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
202 "@@@STEP_LOG_END@python.inline@@@" 217 "@@@STEP_LOG_END@python.inline@@@"
203 ] 218 ]
204 }, 219 },
205 { 220 {
206 "name": "$result", 221 "name": "$result",
207 "recipe_result": null, 222 "recipe_result": null,
208 "status_code": 0 223 "status_code": 0
209 } 224 }
210 ] 225 ]
OLDNEW
« no previous file with comments | « infra/bots/recipe_modules/flavor/pdfium_flavor.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698