Skip to content

Commit

Permalink
Mark more extensions as reproducible
Browse files Browse the repository at this point in the history
This in particular removes an extension that recorded the hash of the `MODULE.bazel` file, resulting in frequent invalidation.

Closes bazelbuild#22840.

PiperOrigin-RevId: 645330993
Change-Id: Ibf1b6b74b5a2bb0ea9d91bcc3ab74237a1d2855e
  • Loading branch information
fmeum authored and copybara-github committed Jun 21, 2024
1 parent dd48c1a commit c529cb2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 712 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bazel_dep(name = "rules_license", version = "0.0.7")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
bazel_dep(name = "grpc", version = "1.48.1.bcr.1", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_pkg", version = "0.9.1")
bazel_dep(name = "stardoc", version = "0.5.6", repo_name = "io_bazel_skydoc")
bazel_dep(name = "zstd-jni", version = "1.5.2-3.bcr.1")
Expand Down
Loading

0 comments on commit c529cb2

Please sign in to comment.