Skip to content

Commit

Permalink
Consume @engflowapis-java from BCR (#378)
Browse files Browse the repository at this point in the history
Because we can do this now :)
  • Loading branch information
Yannic authored Jan 17, 2025
1 parent 80dbf1a commit 4564c69
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 170 deletions.
10 changes: 1 addition & 9 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ http_file(
],
)

http_archive(
name = "com_engflow_engflowapis",
sha256 = "8721f7a0ec52c5bc120119aac090eedd671ca3b708652f88b82b44bea2b6c278",
strip_prefix = "engflowapis-44fcd39598f223e8e5f6c7cbf2f73c870b2a6341",
urls = [
"https://github.com/EngFlow/engflowapis/archive/44fcd39598f223e8e5f6c7cbf2f73c870b2a6341.zip",
],
)

# Abseil Python can be imported through pip_import, but it has native Bazel support too.
# bzlmod: https://github.com/abseil/abseil-py/issues/263
http_archive(
Expand All @@ -48,6 +39,7 @@ http_archive(
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "engflowapis-java", version = "2025.01.17-13.50.20")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(
name = "protobuf",
Expand Down
Loading

0 comments on commit 4564c69

Please sign in to comment.