Skip to content

Commit

Permalink
chore(bazel): add MODULE.bazel files for bzlmod
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 committed Mar 1, 2024
1 parent 6146252 commit 046727e
Show file tree
Hide file tree
Showing 5 changed files with 1,470 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@

# Defaults to auto which means off for Windows, explicitly enable for sh tests
build --enable_runfiles=yes
common --enable_bzlmod
9 changes: 9 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module(
name = "bazel_toolchains",
version = "",
)

bazel_dep(name = "bazel_skylib", version = "1.3.0")

non_module_deps = use_extension("//:non_module_deps.bzl", "non_module_deps")
use_repo(non_module_deps, "rbe_default")
Loading

0 comments on commit 046727e

Please sign in to comment.