Index: infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-Arm7-Debug-Android.json |
diff --git a/infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-Arm7-Debug-Android.json b/infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-Arm7-Debug-Android.json |
index 43e84b14c0638fcb4e1485ed2a6a79220d57e822..02b806c4c8df09b74d8903ac1e580e83ae073109 100644 |
--- a/infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-Arm7-Debug-Android.json |
+++ b/infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-Arm7-Debug-Android.json |
@@ -32,8 +32,13 @@ |
], |
"cwd": "[CUSTOM_/_B_WORK]", |
"env": { |
+ "BUILDTYPE": "Debug", |
+ "CC": "/usr/bin/clang", |
"CHROME_HEADLESS": "1", |
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
+ "CXX": "/usr/bin/clang++", |
+ "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_errors=0", |
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
+ "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-Arm7-Debug-Android" |
}, |
"name": "gclient setup" |
}, |
@@ -54,8 +59,13 @@ |
], |
"cwd": "[CUSTOM_/_B_WORK]", |
"env": { |
+ "BUILDTYPE": "Debug", |
+ "CC": "/usr/bin/clang", |
"CHROME_HEADLESS": "1", |
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]" |
+ "CXX": "/usr/bin/clang++", |
+ "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_errors=0", |
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
+ "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-Arm7-Debug-Android" |
}, |
"name": "gclient sync", |
"~followup_annotations": [ |