Skip to content

Commit fb08ae0

Browse files
authored
Bazel-support: Add MODUEL.bazel to support Bzlmod (#229)
This PR adds a `MODULE.bazel` file. This is needed for [Bzlmod](https://bazel.build/external/mod-command) support of Bazel. In the long term this will replace the `WORKSPACE.bazel` file. In the meantime, both files are needed.
1 parent aa4b216 commit fb08ae0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MODULE.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module(name = "cpuinfo")

WORKSPACE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
workspace(name = "org_pytorch_cpuinfo")
1+
workspace(name = "org_pytorch_cpuinfo")

0 commit comments

Comments
 (0)