Skip to content

Commit 076d030

Browse files
committed
Include changes for Lambda build.
1 parent f09f071 commit 076d030

File tree

4 files changed

+11
-526
lines changed

4 files changed

+11
-526
lines changed

lambda-layer/build-layer.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ git checkout v${version} -b tag-v${version}
2525
# This patch is for Lambda related context propagation
2626
patch -p1 < "$SOURCEDIR"/patches/opentelemetry-java-instrumentation.patch
2727

28-
patch -p1 < "$SOURCEDIR"/patches/StreamHandlerInstrumentation.patch
29-
3028
./gradlew publishToMavenLocal
3129
popd
3230
rm -rf opentelemetry-java-instrumentation

0 commit comments

Comments
 (0)