Home
last modified time | relevance | path

Searched refs:goos (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/infra/bots/
Dbuild_task_drivers.sh28 goos=$2
30 if [ "$goos" == "windows" ]; then suffix=".exe"; else suffix=""; fi
35 …CGO_ENABLED=0 GOARCH=$goarch GOOS=$goos go build -o ${1}/${td}${suffix} ${task_drivers_dir}/${td}/…
/third_party/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go992 func (b *jobBuilder) buildTaskDrivers(goos, goarch string) string { argument
993 name := BUILD_TASK_DRIVERS_PREFIX + "_" + goos + "_" + goarch
998 goos,
1597 goos := "linux"
1599 goos = "windows"
1602 goos = "darwin"
1608 b.dep(b.buildTaskDrivers(goos, "amd64"), b.compile())