• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2# Copyright 2019 Google, LLC
3#
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7set -x -e
8
9export GOCACHE="$(pwd)/cache/go_cache"
10export GOPATH="$(pwd)/cache/gopath"
11export GOROOT="$(pwd)/go/go"
12
13cd skia
14
15# Build task drivers from the infra repo.
16export GOBIN="${1}"
17go install -v go.skia.org/infra/infra/bots/task_drivers/update_go_deps
18