Index: infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan.json |
diff --git a/infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan.json b/infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan.json |
index 8f64f9d38aed09dc9c7f889a88489239329b6a43..c1b845ff8f7da26357cbbaf1aad5bef990c1ae5c 100644 |
--- a/infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan.json |
+++ b/infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan.json |
@@ -281,6 +281,16 @@ |
"cmd": [ |
"python", |
"-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "[SLAVE_BUILD]/skia/infra/bots/assets/clang_linux/VERSION", |
+ "/path/to/tmp/" |
+ ], |
+ "name": "read clang_linux VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
"[SLAVE_BUILD]/swarming_temp_dir", |
"511" |
@@ -390,6 +400,8 @@ |
"android_sdk:skia/bots/android_sdk:version:0", |
"--cipd-package", |
"android_ndk_linux:skia/bots/android_ndk_linux:version:0", |
+ "--cipd-package", |
+ "clang_linux:skia/bots/clang_linux:version:0", |
"[dummy hash for compile_skia]", |
"--", |
"--workdir", |