Skip to content

Commit b87de85

Browse files
committed
Remove outdated comment.
1 parent 6aedc89 commit b87de85

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

scripts/build-release.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ else
3232
suffix=""
3333
fi
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.
4536
mkdir -p "build-static${suffix}" && cd "build-static${suffix}"
4637
mkdir -p release

scripts/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ if [ "$3" == "true" ]; then
3232
fi
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.
3635
build_otel="OFF"
3736
build_otel_fetch_deps="OFF"
3837
build_contract_tests="$2"

0 commit comments

Comments
 (0)