| [ |
| { |
| "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": [], |
| "name": "ensure xcode", |
| "~followup_annotations": [ |
| "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]/mac_toolchain/mac_toolchain", |
| "install", |
| "-kind", |
| "ios", |
| "-xcode-version", |
| "12c33", |
| "-output-dir", |
| "[START_DIR]/cache/Xcode.app" |
| ], |
| "name": "ensure xcode.install xcode", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "sudo", |
| "xcode-select", |
| "-switch", |
| "[START_DIR]/cache/Xcode.app" |
| ], |
| "name": "ensure xcode.select xcode", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]/ccache_mac/bin/ccache", |
| "-s" |
| ], |
| "cwd": "[START_DIR]/cache/work/skia", |
| "env": { |
| "CCACHE_COMPILERCHECK": "content", |
| "CCACHE_DIR": "[START_DIR]/cache/ccache", |
| "CCACHE_MAXFILES": "0", |
| "CCACHE_MAXSIZE": "50G", |
| "CHROME_HEADLESS": "1", |
| "MACOSX_DEPLOYMENT_TARGET": "10.15", |
| "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-Mac-Clang-arm64-Debug-Graphite_Native_Metal/Debug", |
| "--args=cc=\"clang\" cc_wrapper=\"[START_DIR]/ccache_mac/bin/ccache\" cxx=\"clang++\" extra_cflags=[\"-DREBUILD_IF_CHANGED_xcode_build_version=12c33\", \"-O1\"] link_pool_depth=2 skia_enable_graphite=true skia_use_client_icu=true skia_use_gl=false skia_use_libgrapheme=true skia_use_metal=true target_cpu=\"arm64\" werror=true" |
| ], |
| "cwd": "[START_DIR]/cache/work/skia", |
| "env": { |
| "CCACHE_COMPILERCHECK": "content", |
| "CCACHE_DIR": "[START_DIR]/cache/ccache", |
| "CCACHE_MAXFILES": "0", |
| "CCACHE_MAXSIZE": "50G", |
| "CHROME_HEADLESS": "1", |
| "MACOSX_DEPLOYMENT_TARGET": "10.15", |
| "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-Mac-Clang-arm64-Debug-Graphite_Native_Metal/Debug" |
| ], |
| "cwd": "[START_DIR]/cache/work/skia", |
| "env": { |
| "CCACHE_COMPILERCHECK": "content", |
| "CCACHE_DIR": "[START_DIR]/cache/ccache", |
| "CCACHE_MAXFILES": "0", |
| "CCACHE_MAXSIZE": "50G", |
| "CHROME_HEADLESS": "1", |
| "MACOSX_DEPLOYMENT_TARGET": "10.15", |
| "PATH": "<PATH>:RECIPE_REPO[depot_tools]" |
| }, |
| "name": "ninja" |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]/ccache_mac/bin/ccache", |
| "-s" |
| ], |
| "cwd": "[START_DIR]/cache/work/skia", |
| "env": { |
| "CCACHE_COMPILERCHECK": "content", |
| "CCACHE_DIR": "[START_DIR]/cache/ccache", |
| "CCACHE_MAXFILES": "0", |
| "CCACHE_MAXSIZE": "50G", |
| "CHROME_HEADLESS": "1", |
| "MACOSX_DEPLOYMENT_TARGET": "10.15", |
| "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-Mac-Clang-arm64-Debug-Graphite_Native_Metal/Debug", |
| "[START_DIR]/[SWARM_OUT_DIR]/out/Debug", |
| "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" |
| } |
| ] |