summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-08-03 09:07:43 -0700
committergVisor bot <gvisor-bot@google.com>2020-08-03 09:09:51 -0700
commit10f6c41bbd5dbc84c57aedb4cb86e7dfd59a8114 (patch)
tree686c03582de3076730ca78f68d0e4cf0d7aa4ceb /.github
parentd5b31458aae5d5cb95238b71597354b9498027b8 (diff)
Include shim binaries in the Go branch.
PiperOrigin-RevId: 324615016
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 0869fb8db..4da3853b2 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -49,7 +49,9 @@ jobs:
key: ${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}
restore-keys: |
${{ runner.os }}-bazel-
- - run: make build TARGETS="//:gopath"
+ - run: |
+ rm -rf bazel-bin/gopath
+ make build TARGETS="//:gopath"
- run: tools/go_branch.sh
- run: git checkout go && git clean -f
- run: go build ./...