Skip to content

Commit

Permalink
Merge pull request #1914 from hzeller:feature-20250206-upate-cppiter
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 724155173
  • Loading branch information
copybara-github committed Feb 7, 2025
2 parents 5493ecb + ec063ef commit 2763b25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ bazel_dep(name = "abseil-py", version = "2.1.0", repo_name = "com_google_absl_py
bazel_dep(name = "bazel_features", version = "1.25.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "boringssl", version = "0.20250114.0")
bazel_dep(name = "cppitertools", version = "2.2")
bazel_dep(name = "googleapis", version = "0.0.0-20240819-fe8ba054a", repo_name = "com_google_googleapis")
bazel_dep(name = "grpc", version = "1.69.0", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "nlohmann_json", version = "3.11.3.bcr.1")
Expand Down
11 changes: 0 additions & 11 deletions dependency_support/load_external.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,6 @@ def load_external_repositories():
patch_args = ["-p1"],
)

# HEAD as of 2024-10-11 on https://github.com/ryanhaining/cppitertools
# Filed https://github.com/ryanhaining/cppitertools/issues/107 to request new version to be tagged.
# Update: Tag done. Now awaiting https://github.com/bazelbuild/bazel-central-registry/pull/3691 to go in.
# After that we can add bazel_dep(name="cppitertools", version="2.2") to MODULE.bazel and remove this.
http_archive(
name = "cppitertools",
urls = ["https://github.com/ryanhaining/cppitertools/archive/3f454640b491bc13b314deddbf53b3534f6d7f1f.zip"],
strip_prefix = "cppitertools-3f454640b491bc13b314deddbf53b3534f6d7f1f",
integrity = "sha256-49xFSGD2D0equ6mOPApSfEuiObp4W1iwnQjxHahGz0Y=",
)

# Used in C++ tests of the ZSTD Module
# Version fdfb2aff released on 2024-07-31
# https://github.com/facebook/zstd/commit/fdfb2aff39dc498372d8c9e5f2330b692fea9794
Expand Down

0 comments on commit 2763b25

Please sign in to comment.