Skip to content

Commit

Permalink
Use rules_jsonnet from BCR
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Apr 1, 2024
1 parent e5acd04 commit 4d89722
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 239 deletions.
13 changes: 3 additions & 10 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ bazel_dep(name = "com_github_buildbarn_bb_remote_execution")
bazel_dep(name = "com_github_buildbarn_bb_storage")
bazel_dep(name = "com_github_buildbarn_go_xdr")
bazel_dep(name = "gazelle", version = "0.35.0")
bazel_dep(name = "jsonnet_go", version = "0.20.0", repo_name = "google_jsonnet_go")
bazel_dep(name = "protobuf", version = "23.1")
bazel_dep(name = "rules_go", version = "0.46.0")
bazel_dep(name = "rules_jsonnet", version = "0.5.0")
bazel_dep(name = "toolchains_llvm", version = "1.0.0")

git_override(
module_name = "com_github_buildbarn_bb_remote_execution",
commit = "f84a2c0f72119f6d3b157905a00163d0f167a73e",
commit = "ea22f37f62b885026ad9e1aa0d62deb15dbb454a",
remote = "https://github.com/buildbarn/bb-remote-execution.git",
)

git_override(
module_name = "com_github_buildbarn_bb_storage",
commit = "914e53aad8cd16fc4c1ecd7f706149e8440ea24a",
commit = "dee7e428a0bd962b192512aad8f3ff76dcc0f437",
remote = "https://github.com/buildbarn/bb-storage.git",
)

Expand Down Expand Up @@ -97,13 +97,6 @@ http_archive(
urls = ["https://github.com/twbs/bootstrap/releases/download/v5.1.0/bootstrap-5.1.0-dist.zip"],
)

http_archive(
name = "io_bazel_rules_jsonnet",
sha256 = "c51ba0dba41d667fa5c64e56e252ba54be093e5ae764af6470dabca901f373eb",
strip_prefix = "rules_jsonnet-0.5.0",
urls = ["https://github.com/bazelbuild/rules_jsonnet/archive/0.5.0.tar.gz"],
)

llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True)
llvm.toolchain(
llvm_version = "14.0.0",
Expand Down
Loading

0 comments on commit 4d89722

Please sign in to comment.