Index: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-GN.json |
diff --git a/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-GN.json b/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-GN.json |
index b790b6c891de79b05d77aed548637ee39ab903b5..5ad5558822dee985cd79b4127a09dbd1a4601632 100644 |
--- a/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-GN.json |
+++ b/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-GN.json |
@@ -76,20 +76,6 @@ |
}, |
{ |
"cmd": [ |
- "[CUSTOM_/_B_WORK]/skia/bin/fetch-gn" |
- ], |
- "cwd": "[CUSTOM_/_B_WORK]/skia", |
- "env": { |
- "BUILDTYPE": "Debug", |
- "CHROME_HEADLESS": "1", |
- "GYP_DEFINES": "skia_arch_type=x86_64 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-GCC-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" |
@@ -122,10 +108,24 @@ |
}, |
{ |
"cmd": [ |
+ "[CUSTOM_/_B_WORK]/skia/bin/fetch-gn" |
+ ], |
+ "cwd": "[CUSTOM_/_B_WORK]/skia", |
+ "env": { |
+ "BUILDTYPE": "Debug", |
+ "CHROME_HEADLESS": "1", |
+ "GYP_DEFINES": "skia_arch_type=x86_64 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-GCC-x86_64-Debug-GN" |
+ }, |
+ "name": "fetch-gn" |
+ }, |
+ { |
+ "cmd": [ |
"gn", |
"gen", |
"[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN/Debug", |
- "--args=is_debug=true cc=\"/usr/bin/ccache gcc\" cxx=\"/usr/bin/ccache g++\"" |
+ "--args=cc=\"/usr/bin/ccache gcc \" cxx=\"/usr/bin/ccache g++ \"" |
], |
"cwd": "[CUSTOM_/_B_WORK]/skia", |
"env": { |
@@ -135,7 +135,7 @@ |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
"SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN" |
}, |
- "name": "gn_gen" |
+ "name": "gn gen" |
}, |
{ |
"cmd": [ |
@@ -151,7 +151,7 @@ |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
"SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN" |
}, |
- "name": "compile most" |
+ "name": "ninja" |
}, |
{ |
"cmd": [ |