aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/compile/example.expected/Build-Ubuntu-Clang-arm64-Release-GN_Android_Vulkan.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/compile/example.expected/Build-Ubuntu-Clang-arm64-Release-GN_Android_Vulkan.json')
-rw-r--r--infra/bots/recipe_modules/compile/example.expected/Build-Ubuntu-Clang-arm64-Release-GN_Android_Vulkan.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/infra/bots/recipe_modules/compile/example.expected/Build-Ubuntu-Clang-arm64-Release-GN_Android_Vulkan.json b/infra/bots/recipe_modules/compile/example.expected/Build-Ubuntu-Clang-arm64-Release-GN_Android_Vulkan.json
index 8c4c421360..6b6dc16fe2 100644
--- a/infra/bots/recipe_modules/compile/example.expected/Build-Ubuntu-Clang-arm64-Release-GN_Android_Vulkan.json
+++ b/infra/bots/recipe_modules/compile/example.expected/Build-Ubuntu-Clang-arm64-Release-GN_Android_Vulkan.json
@@ -87,7 +87,8 @@
],
"cwd": "[CUSTOM_/_B_WORK]/skia",
"env": {
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
+ "CC": "/usr/bin/clang",
+ "CXX": "/usr/bin/clang++"
},
"infra_step": true,
"name": "fetch-gn"
@@ -101,7 +102,8 @@
],
"cwd": "[CUSTOM_/_B_WORK]/skia",
"env": {
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
+ "CC": "/usr/bin/clang",
+ "CXX": "/usr/bin/clang++"
},
"name": "gn gen"
},
@@ -113,7 +115,8 @@
],
"cwd": "[CUSTOM_/_B_WORK]/skia",
"env": {
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
+ "CC": "/usr/bin/clang",
+ "CXX": "/usr/bin/clang++"
},
"name": "ninja"
},