blob: 1665deb0d494e5e1ae14f1da45a2d06497ad407f [file] [log] [blame]
Eric Boren346e1562019-06-18 13:46:37 -04001#!/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