weaveworks / build-tools

Collection of build & test tools shared by various Weaveworks projects
Other
44 stars 20 forks source link

Current build fails #130

Closed dholbach closed 6 years ago

dholbach commented 6 years ago

Upon merging #129 the build failed:

...
# cd .; git clone https://go.googlesource.com/lint /go/src/golang.org/x/lint
Cloning into '/go/src/golang.org/x/lint'...
fatal: remote error: Git repository not found
package golang.org/x/lint: exit status 128
The command '/bin/sh -c go get -tags netgo      github.com/FiloSottile/gvt      github.com/client9/misspell/cmd/misspell        github.com/fatih/hclfmt         github.com/fzipp/gocyclo        github.com/gogo/protobuf/gogoproto      github.com/gogo/protobuf/protoc-gen-gogoslick       github.com/golang/dep/...       github.com/golang/lint/golint       github.com/golang/protobuf/protoc-gen-go        github.com/kisielk/errcheck         github.com/mjibson/esc      github.com/prometheus/prometheus/cmd/promtool &&        rm -rf /go/pkg /go/src' returned a non-zero code: 1
make: *** [golang/.uptodate] Error 1
....
dholbach commented 6 years ago

This is apparently fixed now.