Skip to content

Commit

Permalink
[bazel] Migrate local toolchains 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 Jan 4, 2025
1 parent ae5f071 commit 1dc0bad
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 @@ -138,3 +138,5 @@ use_repo(
"provisioning_exts",
"secure_manufacturer_test_hooks",
)

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 @@ -17,7 +17,3 @@ load("@crt//:deps.bzl", "crt_deps")
crt_deps()
load("@crt//config:registration.bzl", "crt_register_toolchains")
crt_register_toolchains(riscv32 = True)

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

0 comments on commit 1dc0bad

Please sign in to comment.