| OLD | NEW |
| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@", | 105 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@", |
| 106 "@@@STEP_LOG_END@python.inline@@@" | 106 "@@@STEP_LOG_END@python.inline@@@" |
| 107 ] | 107 ] |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "cmd": [ | 110 "cmd": [ |
| 111 "[CUSTOM_/_B_WORK]/skia/bin/fetch-gn" | 111 "[CUSTOM_/_B_WORK]/skia/bin/fetch-gn" |
| 112 ], | 112 ], |
| 113 "cwd": "[CUSTOM_/_B_WORK]/skia", | 113 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 114 "env": { | 114 "env": { |
| 115 "BUILDTYPE": "Debug", | 115 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]" |
| 116 "CHROME_HEADLESS": "1", | |
| 117 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", | |
| 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | |
| 119 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN" | |
| 120 }, | 116 }, |
| 121 "name": "fetch-gn" | 117 "name": "fetch-gn" |
| 122 }, | 118 }, |
| 123 { | 119 { |
| 124 "cmd": [ | 120 "cmd": [ |
| 125 "gn", | 121 "gn", |
| 126 "gen", | 122 "gen", |
| 127 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN/Debug", | 123 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN/Debug", |
| 128 "--args=cc=\"gcc\" compiler_prefix=\"/usr/bin/ccache\" cxx=\"g++\" extra_c
flags=\"\" is_debug=true" | 124 "--args=cc=\"gcc\" compiler_prefix=\"/usr/bin/ccache\" cxx=\"g++\" extra_c
flags=\"\" is_debug=true" |
| 129 ], | 125 ], |
| 130 "cwd": "[CUSTOM_/_B_WORK]/skia", | 126 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 131 "env": { | 127 "env": { |
| 132 "BUILDTYPE": "Debug", | 128 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]" |
| 133 "CHROME_HEADLESS": "1", | |
| 134 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", | |
| 135 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | |
| 136 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN" | |
| 137 }, | 129 }, |
| 138 "name": "gn gen" | 130 "name": "gn gen" |
| 139 }, | 131 }, |
| 140 { | 132 { |
| 141 "cmd": [ | 133 "cmd": [ |
| 142 "ninja", | 134 "ninja", |
| 143 "-C", | 135 "-C", |
| 144 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN/Debug" | 136 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN/Debug" |
| 145 ], | 137 ], |
| 146 "cwd": "[CUSTOM_/_B_WORK]/skia", | 138 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 147 "env": { | 139 "env": { |
| 148 "BUILDTYPE": "Debug", | 140 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]" |
| 149 "CHROME_HEADLESS": "1", | |
| 150 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", | |
| 151 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | |
| 152 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN" | |
| 153 }, | 141 }, |
| 154 "name": "ninja" | 142 "name": "ninja" |
| 155 }, | 143 }, |
| 156 { | 144 { |
| 157 "cmd": [ | 145 "cmd": [ |
| 158 "python", | 146 "python", |
| 159 "-u", | 147 "-u", |
| 160 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'get
_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', '*
.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell
.ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']\n\ntry:\n os.makedirs(
dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor patt
ern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f i
n glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n
if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.d
irname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n
shutil.move(f, dst_path)\n", | 148 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'get
_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', '*
.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell
.ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']\n\ntry:\n os.makedirs(
dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor patt
ern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f i
n glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n
if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.d
irname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n
shutil.move(f, dst_path)\n", |
| 161 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN/Debug", | 149 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN/Debug", |
| 162 "[CUSTOM_[SWARM_OUT_DIR]]/out/Debug" | 150 "[CUSTOM_[SWARM_OUT_DIR]]/out/Debug" |
| (...skipping 26 matching lines...) Expand all Loading... |
| 189 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 177 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
| 190 "@@@STEP_LOG_END@python.inline@@@" | 178 "@@@STEP_LOG_END@python.inline@@@" |
| 191 ] | 179 ] |
| 192 }, | 180 }, |
| 193 { | 181 { |
| 194 "name": "$result", | 182 "name": "$result", |
| 195 "recipe_result": null, | 183 "recipe_result": null, |
| 196 "status_code": 0 | 184 "status_code": 0 |
| 197 } | 185 } |
| 198 ] | 186 ] |
| OLD | NEW |