Skip to content

Commit

Permalink
[bazel] Move localtools registration to bzlmod
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Aug 9, 2024
1 parent f11fa45 commit 2e61bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,5 @@ use_repo(

hyperdebug = use_extension("//third_party/hyperdebug:extension.bzl", "hyperdebug")
use_repo(hyperdebug, "hyperdebug_firmware")

register_toolchains("//rules/opentitan:localtools")
4 changes: 0 additions & 4 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@ load("@provisioning_exts_setup//:repos.bzl", "provisioning_exts_repo")
hooks_repo(name = "manufacturer_test_hooks")
secure_hooks_repo(name = "secure_manufacturer_test_hooks")
provisioning_exts_repo(name = "provisioning_exts")

register_toolchains(
"//rules/opentitan:localtools",
)

0 comments on commit 2e61bc2

Please sign in to comment.