| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ }@@@", | 70 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ }@@@", | 71 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@}@@@", | 72 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 73 "@@@STEP_LOG_END@json.output@@@", | 73 "@@@STEP_LOG_END@json.output@@@", |
| 74 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 74 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 75 ] | 75 ] |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 "cmd": [ | 78 "cmd": [ |
| 79 "[CUSTOM_/_B_WORK]/skia/bin/fetch-gn" | |
| 80 ], | |
| 81 "cwd": "[CUSTOM_/_B_WORK]/skia", | |
| 82 "env": { | |
| 83 "BUILDTYPE": "Debug", | |
| 84 "CC": "/usr/bin/clang", | |
| 85 "CHROME_HEADLESS": "1", | |
| 86 "CXX": "/usr/bin/clang++", | |
| 87 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_
errors=1", | |
| 88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | |
| 89 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN
" | |
| 90 }, | |
| 91 "name": "fetch-gn" | |
| 92 }, | |
| 93 { | |
| 94 "cmd": [ | |
| 95 "python", | 79 "python", |
| 96 "-u", | 80 "-u", |
| 97 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac
he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri
nt json.dumps({'ccache': ccache})\n" | 81 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac
he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri
nt json.dumps({'ccache': ccache})\n" |
| 98 ], | 82 ], |
| 99 "env": { | 83 "env": { |
| 100 "BUILDTYPE": "Debug", | 84 "BUILDTYPE": "Debug", |
| 101 "CHROME_HEADLESS": "1", | 85 "CHROME_HEADLESS": "1", |
| 102 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 86 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 103 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN
" | 87 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN
" |
| 104 }, | 88 }, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 117 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 101 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 118 "@@@STEP_LOG_LINE@python.inline@ ccache = subprocess.check_output(['which
', 'ccache']).rstrip()@@@", | 102 "@@@STEP_LOG_LINE@python.inline@ ccache = subprocess.check_output(['which
', 'ccache']).rstrip()@@@", |
| 119 "@@@STEP_LOG_LINE@python.inline@except:@@@", | 103 "@@@STEP_LOG_LINE@python.inline@except:@@@", |
| 120 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 104 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 121 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@", | 105 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@", |
| 122 "@@@STEP_LOG_END@python.inline@@@" | 106 "@@@STEP_LOG_END@python.inline@@@" |
| 123 ] | 107 ] |
| 124 }, | 108 }, |
| 125 { | 109 { |
| 126 "cmd": [ | 110 "cmd": [ |
| 111 "[CUSTOM_/_B_WORK]/skia/bin/fetch-gn" |
| 112 ], |
| 113 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 114 "env": { |
| 115 "BUILDTYPE": "Debug", |
| 116 "CC": "/usr/bin/clang", |
| 117 "CHROME_HEADLESS": "1", |
| 118 "CXX": "/usr/bin/clang++", |
| 119 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_
errors=1", |
| 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 121 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN
" |
| 122 }, |
| 123 "name": "fetch-gn" |
| 124 }, |
| 125 { |
| 126 "cmd": [ |
| 127 "gn", | 127 "gn", |
| 128 "gen", | 128 "gen", |
| 129 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN/Debug", | 129 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN/Debug", |
| 130 "--args=is_debug=true cc=\"/usr/bin/ccache clang -Qunused-arguments\" cxx=
\"/usr/bin/ccache clang++ -Qunused-arguments\"" | 130 "--args=cc=\"/usr/bin/ccache clang -Qunused-arguments\" cxx=\"/usr/bin/cca
che clang++ -Qunused-arguments\"" |
| 131 ], | 131 ], |
| 132 "cwd": "[CUSTOM_/_B_WORK]/skia", | 132 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 133 "env": { | 133 "env": { |
| 134 "BUILDTYPE": "Debug", | 134 "BUILDTYPE": "Debug", |
| 135 "CC": "/usr/bin/clang", | 135 "CC": "/usr/bin/clang", |
| 136 "CHROME_HEADLESS": "1", | 136 "CHROME_HEADLESS": "1", |
| 137 "CXX": "/usr/bin/clang++", | 137 "CXX": "/usr/bin/clang++", |
| 138 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_
errors=1", | 138 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_
errors=1", |
| 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 140 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN
" | 140 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN
" |
| 141 }, | 141 }, |
| 142 "name": "gn_gen" | 142 "name": "gn gen" |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 "cmd": [ | 145 "cmd": [ |
| 146 "ninja", | 146 "ninja", |
| 147 "-C", | 147 "-C", |
| 148 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN/Debug" | 148 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN/Debug" |
| 149 ], | 149 ], |
| 150 "cwd": "[CUSTOM_/_B_WORK]/skia", | 150 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 151 "env": { | 151 "env": { |
| 152 "BUILDTYPE": "Debug", | 152 "BUILDTYPE": "Debug", |
| 153 "CC": "/usr/bin/clang", | 153 "CC": "/usr/bin/clang", |
| 154 "CHROME_HEADLESS": "1", | 154 "CHROME_HEADLESS": "1", |
| 155 "CXX": "/usr/bin/clang++", | 155 "CXX": "/usr/bin/clang++", |
| 156 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_
errors=1", | 156 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_
errors=1", |
| 157 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 157 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 158 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN
" | 158 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN
" |
| 159 }, | 159 }, |
| 160 "name": "compile most" | 160 "name": "ninja" |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 "cmd": [ | 163 "cmd": [ |
| 164 "python", | 164 "python", |
| 165 "-u", | 165 "-u", |
| 166 "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", | 166 "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", |
| 167 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN/Debug", | 167 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN/Debug", |
| 168 "[CUSTOM_[SWARM_OUT_DIR]]/out/Debug" | 168 "[CUSTOM_[SWARM_OUT_DIR]]/out/Debug" |
| 169 ], | 169 ], |
| 170 "name": "copy build products", | 170 "name": "copy build products", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 195 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 195 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
| 196 "@@@STEP_LOG_END@python.inline@@@" | 196 "@@@STEP_LOG_END@python.inline@@@" |
| 197 ] | 197 ] |
| 198 }, | 198 }, |
| 199 { | 199 { |
| 200 "name": "$result", | 200 "name": "$result", |
| 201 "recipe_result": null, | 201 "recipe_result": null, |
| 202 "status_code": 0 | 202 "status_code": 0 |
| 203 } | 203 } |
| 204 ] | 204 ] |
| OLD | NEW |