Skip to content

Commit 1dc0bad

Browse files
committed
[bazel] Migrate local toolchains to bzlmod
Signed-off-by: James Wainwright <[email protected]>
1 parent ae5f071 commit 1dc0bad

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,5 @@ use_repo(
138138
"provisioning_exts",
139139
"secure_manufacturer_test_hooks",
140140
)
141+
142+
register_toolchains("//rules/opentitan:localtools")

WORKSPACE.bzlmod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ load("@crt//:deps.bzl", "crt_deps")
1717
crt_deps()
1818
load("@crt//config:registration.bzl", "crt_register_toolchains")
1919
crt_register_toolchains(riscv32 = True)
20-
21-
register_toolchains(
22-
"//rules/opentitan:localtools",
23-
)

0 commit comments

Comments
 (0)