open-consul/build-support/scripts
Luke Kysow a0640aa696
makefile: give better error for tool installed by wrong package (#13797)
I had protoc-gen-go installed through `google.golang.org/protobuf` instead of
`github.com/golang/protobuf` and `make proto` was failing silently.
This change will ensure you get an error:

```
protoc-gen-go is already installed by module "google.golang.org/protobuf" but
should be installed by module "github.com/golang/protobuf".
Delete it and re-run to re-install.
```
2022-07-19 09:16:24 -07:00
..
build-date.sh Minor cleanup for build-date script 2022-06-09 17:07:41 -07:00
build-docker.sh Update repo to use go:embed (#10996) 2022-05-31 15:33:56 -04:00
devtools.sh makefile: give better error for tool installed by wrong package (#13797) 2022-07-19 09:16:24 -07:00
envoy-library-references.sh Add connection limit setting to service defaults 2022-05-24 10:13:38 -07:00
functions.sh build: conditionally install or reinstall protobuf supporting tools as needed (#12674) 2022-04-05 11:58:07 -05:00
protobuf.sh build: wire up remaining 5 helper tools into the same auto-install logic used for protobuf tools (#13184) 2022-05-23 10:50:45 -05:00
release.sh Update repo to use go:embed (#10996) 2022-05-31 15:33:56 -04:00
version.sh build: conditionally install or reinstall protobuf supporting tools as needed (#12674) 2022-04-05 11:58:07 -05:00