pw_build: Disable third-party telemetry by default Third-party Bazel rulesets such as Aspect Build include telemetry (aspect_tools_telemetry) which by default reports repository metadata and usage information during module evaluation. Setting `common --repo_env=DO_NOT_TRACK=1` in `pigweed_recommended.bazelrc` disables this telemetry by default across Pigweed and downstream projects importing the recommended bazelrc. Change-Id: I6364c0d5659df54a7ee20dbd0cc912dbaa643767 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/457485
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.