Skip to content

Commit c952130

Browse files
avagingvisor-bot
authored andcommitted
bazel: Remove WORKSPACE again
kythe should work after adding kythe_release to the MODULE.bazel. PiperOrigin-RevId: 822671246
1 parent 2b0bc4a commit c952130

File tree

2 files changed

+9
-3631
lines changed

2 files changed

+9
-3631
lines changed

MODULE.bazel

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ llvm_configure = use_repo_rule("@llvm-raw//utils/bazel:configure.bzl", "llvm_con
5757

5858
llvm_configure(name = "llvm-project")
5959

60+
http_archive(
61+
name = "kythe_release",
62+
sha256 = "fc70441a75a71bd280e9d58408a20e649ab13ac5e1a1cef5939da3ec67f4fad5",
63+
strip_prefix = "kythe-v0.0.73",
64+
urls = [
65+
"https://github.com/kythe/kythe/releases/download/v0.0.73/kythe-v0.0.73.tar.gz",
66+
],
67+
)
68+
6069
### Python
6170
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
6271
python.defaults(python_version = "3.11")

0 commit comments

Comments
 (0)