File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 suffix=" "
3333fi
3434
35- # Special case: OpenTelemetry support requires additional dependencies.
36- # Enable OTEL support and fetch deps when building OTEL targets.
37- build_otel=" OFF"
38- build_otel_fetch_deps=" OFF"
39- if [ " $1 " == " launchdarkly-cpp-server-otel" ]; then
40- build_otel=" ON"
41- build_otel_fetch_deps=" ON"
42- fi
43-
4435# Build a static release.
4536mkdir -p " build-static${suffix} " && cd " build-static${suffix} "
4637mkdir -p release
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ if [ "$3" == "true" ]; then
3232fi
3333# Special case: OpenTelemetry support requires additional dependencies.
3434# Enable OTEL support and fetch deps when building OTEL targets.
35- # Disable contract tests for OTEL builds to avoid dependency conflicts.
3635build_otel=" OFF"
3736build_otel_fetch_deps=" OFF"
3837build_contract_tests=" $2 "
You can’t perform that action at this time.
0 commit comments