Build vendored copy of go-bindata and use that in go generate step

Additionally remove all instances of `go get`ing go-bindata
This commit is contained in:
Jeff Grafton
2016-11-16 17:36:35 -08:00
parent ea576b7c53
commit 0d9d623f04
8 changed files with 26 additions and 25 deletions

View File

@@ -28,11 +28,10 @@ set -x
. $1
go get -u github.com/jteeuwen/go-bindata/go-bindata
# indirectly generates test/e2e/generated/bindata.go too
make generated_files
# TODO converge build steps with hack/build-go some day if possible.
go generate test/e2e/framework/gobindata_util.go
go build test/e2e_node/environment/conformance.go
PARALLELISM=${PARALLELISM:-8}