From ade692003702864ff49207f268fd233e97fa6809 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Thu, 13 Apr 2017 10:00:43 -0400 Subject: Change infra recipe module to use the Go asset Bug: skia: Change-Id: Ib2fa0b971f201ea2f16afd0467d7882b66b4047c Reviewed-on: https://skia-review.googlesource.com/13331 Reviewed-by: Joe Gregorio Commit-Queue: Eric Boren --- infra/bots/gen_tasks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/bots/gen_tasks.go') diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go index 1f652f8533..ff3cca385a 100644 --- a/infra/bots/gen_tasks.go +++ b/infra/bots/gen_tasks.go @@ -399,7 +399,7 @@ func housekeeper(b *specs.TasksCfgBuilder, name, compileTaskName string) string // generated chain of tasks, which the Job should add as a dependency. func infra(b *specs.TasksCfgBuilder, name string) string { b.MustAddTask(name, &specs.TaskSpec{ - CipdPackages: []*specs.CipdPackage{}, + CipdPackages: []*specs.CipdPackage{b.MustGetCipdPackageFromAsset("go")}, Dimensions: linuxGceDimensions(), ExtraArgs: []string{ "--workdir", "../../..", "infra", -- cgit v1.2.3