bazelbuild / bazel-toolchains

Repository that hosts Bazel toolchain configs for remote execution and related support tools.
Apache License 2.0
186 stars 96 forks source link

Deprecate old Starlark rules #948

Closed smukherj1 closed 3 years ago

smukherj1 commented 3 years ago

Deleted most old Starlark rules and associated tests. Remaining bits are:

  1. Go source code for new config generation CLI tools
  2. Bazel rules to generate RBE exec properties in //rules/exec_properties and associated simple dict value checker tests

Follow up, working on updates to the main README.md but will do that in a separate PR to keep this almost purely a code deletion PR.