Revert "Use a patch to remove the register_toolchains call from the MODULE"

This reverts commit 3d8a4ddcfc9a98c24dab2d22693a66d26a015385.

It breaks BCR publishing (best guess: the template doesn't allow
a patches value).
2 files changed
tree: d06ee6c2f6ec4061e95ccb3e184f374fc98d08b7
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. docgen/
  5. docs/
  6. e2e/
  7. lib/
  8. tests/
  9. .bazelignore
  10. .bazelrc
  11. .gitignore
  12. .readthedocs.yaml
  13. addlicense.sh
  14. AUTHORS
  15. BUILD
  16. CODEOWNERS
  17. CONTRIBUTING.md
  18. LICENSE
  19. MODULE.bazel
  20. README.md
  21. RELEASING.md
  22. WORKSPACE.bazel
  23. WORKSPACE.bzlmod
README.md

Buildstatus

Framworks and utilities for testing Bazel Starlark rules

rules_testing provides frameworks and utilities to make testing Starlark rules easier and convenient.

For detailed docs, see the docs directory.