thundergolfer / example-bazel-monorepo

πŸŒΏπŸ’š Example Bazel-ified monorepo, supporting Golang, Java, Python, Scala, and Typescript
https://buildkite.com/thundergolfer-inc/the-one-true-bazel-monorepo
MIT License
328 stars 33 forks source link

disable build buddy by default #52

Closed will-camus closed 3 years ago

will-camus commented 3 years ago

Description of the problem / feature request:

please disable build buddy by default [ and remove https://app.buildbuddy.io/invocation/9a58fab0-e62e-4034-875d-b382e5f9a42b ]

thundergolfer commented 3 years ago

Hey, can you say why?

will-camus commented 3 years ago

I found it surprising that an example repo by default sent potentially sensitive telemetry from my machine, including OS, username, etc. to a remote server without being able to opt-in or out interactively. I would not have run the example if I had known that the telemetry would be sent.

thundergolfer commented 3 years ago

Ok yep, I can understand that. I can comment out the line in the .bazelrc and make it opt-in.