Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bazel_dep(name = "abseil-cpp", version = "20250814.1")
bazel_dep(name = "protobuf", version = "33.1", repo_name = "com_google_protobuf")
bazel_dep(name = "boringssl", version = "0.20251124.0")
bazel_dep(name = "nlohmann_json", version = "3.12.0.bcr.1")
bazel_dep(name = "curl", version = "8.8.0.bcr.3")
bazel_dep(name = "curl", version = "8.11.0.bcr.5")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This version update is likely to be incompatible with the custom bazel/curl.BUILD file. That file contains hardcoded source file lists and preprocessor definitions (in a write_file rule generating curl_config.h) that are specific to a particular curl version. It is highly probable that updating from 8.8.0 to 8.11.0 requires changes to bazel/curl.BUILD to reflect changes in the curl source code and build configuration. Without these corresponding changes, this PR will likely break the build.

bazel_dep(name = "opentelemetry-cpp", version = "1.24.0")
bazel_dep(name = "rules_proto", version = "7.1.0")
bazel_dep(name = "rules_python", version = "1.6.3")
Expand Down