Skip to content

Commit dbfac4e

Browse files
committed
build: do not build opentelemetry by default
1 parent 5595a92 commit dbfac4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build/do_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
EXCLUDE_MODULES="db_oracle osp sngtc cachedb_cassandra cachedb_couchbase \
99
cachedb_mongodb auth_jwt event_kafka aaa_diameter launch_darkly http2d \
10-
snmpstats cachedb_dynamodb event_sqs rtp.io"
10+
snmpstats cachedb_dynamodb event_sqs rtp.io opentelemetry"
1111
if [ ! -z "${EXCLUDE_MODULES_ADD}" ]
1212
then
1313
EXCLUDE_MODULES="${EXCLUDE_MODULES} ${EXCLUDE_MODULES_ADD}"

0 commit comments

Comments
 (0)