You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# HACK: rename the tracer library so the logic in datadog_wrapper keeps working
43
-
# See also https://github.com/DataDog/datadog-lambda-extension/pull/150
44
-
#
45
-
# We are doing this because the actual 'Datadog.Trace.ClrProfiler.Native.so' is a demux which calls this binary and 'Datadog.Trace.Profiler.so'.
46
-
RUN if [ -f datadog/linux-x64/Datadog.Tracer.Native.so ]; then mv datadog/linux-x64/Datadog.Tracer.Native.so datadog/linux-x64/Datadog.Trace.ClrProfiler.Native.so; fi
47
-
RUN if [ -f datadog/linux-arm64/Datadog.Tracer.Native.so ]; then mv datadog/linux-arm64/Datadog.Tracer.Native.so datadog/linux-arm64/Datadog.Trace.ClrProfiler.Native.so; fi
38
+
rm -rf datadog/continuousprofiler \
39
+
rm -rf datadog/win-*
48
40
49
41
# add file with tracer version
50
42
RUN echo ${TRACER_VERSION} > datadog/tracer_version.txt
# HACK: rename the tracer library so the logic in datadog_wrapper keeps working
33
-
# See also https://github.com/DataDog/datadog-lambda-extension/pull/150
34
-
RUN if [ -f datadog/linux-x64/Datadog.Tracer.Native.so ]; then mv datadog/linux-x64/Datadog.Tracer.Native.so datadog/linux-x64/Datadog.Trace.ClrProfiler.Native.so; fi
35
-
RUN if [ -f datadog/linux-arm64/Datadog.Tracer.Native.so ]; then mv datadog/linux-arm64/Datadog.Tracer.Native.so datadog/linux-arm64/Datadog.Trace.ClrProfiler.Native.so; fi
# HACK: rename the tracer library so the logic in datadog_wrapper keeps working
45
-
# See also https://github.com/DataDog/datadog-lambda-extension/pull/150
46
-
#
47
-
# We are doing this because the actual 'Datadog.Trace.ClrProfiler.Native.so' is a demux which calls this binary and 'Datadog.Trace.Profiler.so'.
48
-
RUN if [ -f datadog/linux-x64/Datadog.Tracer.Native.so ]; then mv datadog/linux-x64/Datadog.Tracer.Native.so datadog/linux-x64/Datadog.Trace.ClrProfiler.Native.so; fi
49
-
RUN if [ -f datadog/linux-arm64/Datadog.Tracer.Native.so ]; then mv datadog/linux-arm64/Datadog.Tracer.Native.so datadog/linux-arm64/Datadog.Trace.ClrProfiler.Native.so; fi
40
+
rm -rf datadog/continuousprofiler \
41
+
rm -rf datadog/win-*
50
42
51
43
# add file with tracer version
52
44
RUN echo ${TRACER_VERSION} > datadog/tracer_version.txt
# HACK: rename the tracer library so the logic in datadog_wrapper keeps working
43
-
# See also https://github.com/DataDog/datadog-lambda-extension/pull/150
44
-
RUN if [ -f datadog/linux-x64/Datadog.Tracer.Native.so ]; then mv datadog/linux-x64/Datadog.Tracer.Native.so datadog/linux-x64/Datadog.Trace.ClrProfiler.Native.so; fi
45
-
RUN if [ -f datadog/linux-arm64/Datadog.Tracer.Native.so ]; then mv datadog/linux-arm64/Datadog.Tracer.Native.so datadog/linux-arm64/Datadog.Trace.ClrProfiler.Native.so; fi
42
+
rm -rf datadog/continuousprofiler \
43
+
rm -rf datadog/win-*
46
44
47
45
# add file with tracer version
48
46
RUN echo ${TRACER_VERSION} > datadog/tracer_version.txt
0 commit comments