Skip to content

Commit

Permalink
Remove the override for bazel common and update rules_closure version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 731466163
  • Loading branch information
mollyibot authored and copybara-github committed Feb 27, 2025
1 parent 19b5fc7 commit 0c94169
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 32 deletions.
12 changes: 4 additions & 8 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,13 @@ bazel_dep(
# io_bazel_rules_closure is not available in BCR.
git_override(
module_name = "io_bazel_rules_closure",
commit = "6ddf3dffe709555eb5be0eb4530337db10305974",
commit = "39aefd7a0a355e8b93c85bf275f3c119454e6830",
remote = "https://github.com/bazelbuild/rules_closure",
)

bazel_dep(name = "google_bazel_common")

# google_bazel_common is not available in BCR.
git_override(
module_name = "google_bazel_common",
commit = "1a0839806501e7f7e8dd7663644895dbc593827e",
remote = "https://github.com/google/bazel-common",
bazel_dep(
name = "google_bazel_common",
version = "0.0.1",
)

bazel_dep(
Expand Down
9 changes: 1 addition & 8 deletions samples/guava/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bazel_dep(
# io_bazel_rules_closure is not available in BCR.
git_override(
module_name = "io_bazel_rules_closure",
commit = "6ddf3dffe709555eb5be0eb4530337db10305974",
commit = "39aefd7a0a355e8b93c85bf275f3c119454e6830",
remote = "https://github.com/bazelbuild/rules_closure",
)

Expand All @@ -36,13 +36,6 @@ git_override(
remote = "https://github.com/mbland/rules_scala",
)

# google_bazel_common is not available in BCR.
git_override(
module_name = "google_bazel_common",
commit = "1a0839806501e7f7e8dd7663644895dbc593827e",
remote = "https://github.com/google/bazel-common",
)

# Works around https://github.com/bazelbuild/rules_python/issues/1169
bazel_dep(
name = "rules_python",
Expand Down
9 changes: 1 addition & 8 deletions samples/helloworld/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bazel_dep(
# io_bazel_rules_closure is not available in BCR.
git_override(
module_name = "io_bazel_rules_closure",
commit = "6ddf3dffe709555eb5be0eb4530337db10305974",
commit = "39aefd7a0a355e8b93c85bf275f3c119454e6830",
remote = "https://github.com/bazelbuild/rules_closure",
)

Expand All @@ -36,13 +36,6 @@ git_override(
remote = "https://github.com/mbland/rules_scala",
)

# google_bazel_common is not available in BCR.
git_override(
module_name = "google_bazel_common",
commit = "1a0839806501e7f7e8dd7663644895dbc593827e",
remote = "https://github.com/google/bazel-common",
)

# Works around https://github.com/bazelbuild/rules_python/issues/1169
bazel_dep(
name = "rules_python",
Expand Down
9 changes: 1 addition & 8 deletions samples/wasm/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bazel_dep(
# io_bazel_rules_closure is not available in BCR.
git_override(
module_name = "io_bazel_rules_closure",
commit = "6ddf3dffe709555eb5be0eb4530337db10305974",
commit = "39aefd7a0a355e8b93c85bf275f3c119454e6830",
remote = "https://github.com/bazelbuild/rules_closure",
)

Expand All @@ -37,13 +37,6 @@ git_override(
remote = "https://github.com/mbland/rules_scala",
)

# google_bazel_common is not available in BCR.
git_override(
module_name = "google_bazel_common",
commit = "1a0839806501e7f7e8dd7663644895dbc593827e",
remote = "https://github.com/google/bazel-common",
)

# Works around https://github.com/bazelbuild/rules_python/issues/1169
bazel_dep(
name = "rules_python",
Expand Down

0 comments on commit 0c94169

Please sign in to comment.