| [ |
| { |
| "cmd": [ |
| "python3", |
| "[START_DIR]/cache/work/skia/bin/fetch-gn" |
| ], |
| "cwd": "[START_DIR]/cache/work/skia", |
| "env": { |
| "CHROME_HEADLESS": "1", |
| "PATH": "<PATH>:RECIPE_REPO[depot_tools]" |
| }, |
| "infra_step": true, |
| "name": "fetch-gn" |
| }, |
| { |
| "cmd": [ |
| "python3", |
| "[START_DIR]/cache/work/skia/bin/fetch-ninja" |
| ], |
| "cwd": "[START_DIR]/cache/work/skia", |
| "env": { |
| "CHROME_HEADLESS": "1", |
| "PATH": "<PATH>:RECIPE_REPO[depot_tools]" |
| }, |
| "infra_step": true, |
| "name": "fetch-ninja" |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "[START_DIR]/cache/work/skia/infra/bots/assets/clang_linux/VERSION", |
| "/path/to/tmp/" |
| ], |
| "infra_step": true, |
| "name": "Get clang_linux VERSION", |
| "~followup_annotations": [ |
| "@@@STEP_LOG_LINE@VERSION@42@@@", |
| "@@@STEP_LOG_END@VERSION@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]/ccache_linux/bin/ccache", |
| "-s" |
| ], |
| "cwd": "[START_DIR]/cache/work/skia", |
| "env": { |
| "CCACHE_COMPILERCHECK": "content", |
| "CCACHE_DIR": "[START_DIR]/cache/ccache", |
| "CCACHE_MAXFILES": "0", |
| "CCACHE_MAXSIZE": "75G", |
| "CHROME_HEADLESS": "1", |
| "PATH": "<PATH>:RECIPE_REPO[depot_tools]" |
| }, |
| "name": "ccache stats-start" |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]/cache/work/skia/bin/gn", |
| "gen", |
| "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Release-Vulkan/Release", |
| "--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cc_wrapper=\"[START_DIR]/ccache_linux/bin/ccache\" cxx=\"[START_DIR]/clang_linux/bin/clang++\" extra_cflags=[\"-B[START_DIR]/clang_linux/bin\", \"-DPLACEHOLDER_clang_linux_version=42\"] extra_ldflags=[\"-B[START_DIR]/clang_linux/bin\", \"-fuse-ld=lld\", \"-L[START_DIR]/clang_linux/lib\"] is_debug=false link_pool_depth=2 skia_enable_vulkan_debug_layers=true skia_use_client_icu=true skia_use_gl=false skia_use_libgrapheme=true skia_use_vulkan=true target_cpu=\"x86_64\" werror=true" |
| ], |
| "cwd": "[START_DIR]/cache/work/skia", |
| "env": { |
| "CCACHE_COMPILERCHECK": "content", |
| "CCACHE_DIR": "[START_DIR]/cache/ccache", |
| "CCACHE_MAXFILES": "0", |
| "CCACHE_MAXSIZE": "75G", |
| "CHROME_HEADLESS": "1", |
| "PATH": "<PATH>:RECIPE_REPO[depot_tools]" |
| }, |
| "name": "gn gen" |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]/cache/work/skia/third_party/ninja/ninja", |
| "-C", |
| "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Release-Vulkan/Release" |
| ], |
| "cwd": "[START_DIR]/cache/work/skia", |
| "env": { |
| "CCACHE_COMPILERCHECK": "content", |
| "CCACHE_DIR": "[START_DIR]/cache/ccache", |
| "CCACHE_MAXFILES": "0", |
| "CCACHE_MAXSIZE": "75G", |
| "CHROME_HEADLESS": "1", |
| "PATH": "<PATH>:RECIPE_REPO[depot_tools]" |
| }, |
| "name": "ninja" |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]/ccache_linux/bin/ccache", |
| "-s" |
| ], |
| "cwd": "[START_DIR]/cache/work/skia", |
| "env": { |
| "CCACHE_COMPILERCHECK": "content", |
| "CCACHE_DIR": "[START_DIR]/cache/ccache", |
| "CCACHE_MAXFILES": "0", |
| "CCACHE_MAXSIZE": "75G", |
| "CHROME_HEADLESS": "1", |
| "PATH": "<PATH>:RECIPE_REPO[depot_tools]" |
| }, |
| "name": "ccache stats-end" |
| }, |
| { |
| "cmd": [ |
| "python3", |
| "RECIPE_MODULE[skia::build]/resources/copy_build_products.py", |
| "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Release-Vulkan/Release", |
| "[START_DIR]/[SWARM_OUT_DIR]/out/Release", |
| "dm,dm.exe,dm.app,nanobench.app,get_images_from_skps,get_images_from_skps.exe,nanobench,nanobench.exe,*.so,*.dll,*.dylib,skottie_tool,lib/*.so,run_testlab" |
| ], |
| "infra_step": true, |
| "name": "copy build products" |
| }, |
| { |
| "name": "$result" |
| } |
| ] |