We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b664a40 commit ef1851dCopy full SHA for ef1851d
python/src/otel/Makefile
@@ -1,4 +1,3 @@
1
-export AOC_BUILD_DIR=$(shell pwd)/collector_build
2
export SDK=$(shell pwd)/otel_sdk
3
4
build-OTelLayer:
@@ -12,5 +11,3 @@ build-OTelLayer:
12
11
chmod 755 $(ARTIFACTS_DIR)/python/otel-instrument
13
rm -rf $(ARTIFACTS_DIR)/python/boto*
14
rm -rf $(ARTIFACTS_DIR)/python/urllib3*
15
-
16
- cp -r $(AOC_BUILD_DIR)/* $(ARTIFACTS_DIR)/
0 commit comments