Index: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-Clang-x86_64-Debug-GN.json |
diff --git a/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-Clang-x86_64-Debug-GN.json b/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-Clang-x86_64-Debug-GN.json |
index d6e8e5d58be41ceec072ce47fef75b7d5abedfc5..40c9a2b21d3528d3abad7e2ff99526c72a28fce3 100644 |
--- a/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-Clang-x86_64-Debug-GN.json |
+++ b/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-Clang-x86_64-Debug-GN.json |
@@ -76,22 +76,6 @@ |
}, |
{ |
"cmd": [ |
- "[CUSTOM_/_B_WORK]/skia/bin/fetch-gn" |
- ], |
- "cwd": "[CUSTOM_/_B_WORK]/skia", |
- "env": { |
- "BUILDTYPE": "Debug", |
- "CC": "/usr/bin/clang", |
- "CHROME_HEADLESS": "1", |
- "CXX": "/usr/bin/clang++", |
- "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_errors=1", |
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
- "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN" |
- }, |
- "name": "fetch-gn" |
- }, |
- { |
- "cmd": [ |
"python", |
"-u", |
"import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccache = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\nprint json.dumps({'ccache': ccache})\n" |
@@ -124,10 +108,26 @@ |
}, |
{ |
"cmd": [ |
+ "[CUSTOM_/_B_WORK]/skia/bin/fetch-gn" |
+ ], |
+ "cwd": "[CUSTOM_/_B_WORK]/skia", |
+ "env": { |
+ "BUILDTYPE": "Debug", |
+ "CC": "/usr/bin/clang", |
+ "CHROME_HEADLESS": "1", |
+ "CXX": "/usr/bin/clang++", |
+ "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_errors=1", |
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
+ "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN" |
+ }, |
+ "name": "fetch-gn" |
+ }, |
+ { |
+ "cmd": [ |
"gn", |
"gen", |
"[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN/Debug", |
- "--args=is_debug=true cc=\"/usr/bin/ccache clang -Qunused-arguments\" cxx=\"/usr/bin/ccache clang++ -Qunused-arguments\"" |
+ "--args=cc=\"/usr/bin/ccache clang -Qunused-arguments\" cxx=\"/usr/bin/ccache clang++ -Qunused-arguments\"" |
], |
"cwd": "[CUSTOM_/_B_WORK]/skia", |
"env": { |
@@ -139,7 +139,7 @@ |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
"SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN" |
}, |
- "name": "gn_gen" |
+ "name": "gn gen" |
}, |
{ |
"cmd": [ |
@@ -157,7 +157,7 @@ |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
"SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN" |
}, |
- "name": "compile most" |
+ "name": "ninja" |
}, |
{ |
"cmd": [ |