Searched refs:depotToolsDir (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/infra/bots/task_drivers/recreate_skps/ |
H A D | recreate_skps.go | 30 func botUpdate(ctx context.Context, checkoutRoot, gitCacheDir, skiaRev, patchRef, depotToolsDir string, local bool) error { 77 botUpdateScript := filepath.Join(depotToolsDir, "recipes", "recipe_modules", "bot_update", "resources", "bot_update.py") 115 if _, err := exec.RunCwd(ctx, checkoutRoot, "vpython", "-u", filepath.Join(depotToolsDir, "gclient.py"), "runhooks"); err != nil { 191 var depotToolsDir string var 194 depotToolsDir, err = depot_tools.Sync(ctx, tmp, recipesCfgFile) 199 ctx = td.WithEnv(ctx, []string{"PATH=%(PATH)s:" + depotToolsDir}) 203 if err := botUpdate(ctx, checkoutRoot, gitCacheDir, *skiaRev, *patchRef, depotToolsDir, *local); err != nil { 231 ninja := filepath.Join(depotToolsDir, "ninja") 256 Name: filepath.Join(depotToolsDir, cmd[0]), 260 fmt.Sprintf("PATH=%s:%s", os.Getenv("PATH"), depotToolsDir), [all...] |
Completed in 1 milliseconds