File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.pyx -delete
7777# reduce the size when ddtrace is built from sources. The release wheels are
7878# already stripped of debug symbols. We should revisit this when serverless
7979# benchmark uses pre-built wheels instead of building from sources.
80- # RUN find ./python/lib/$runtime/site-packages -name "*.so" -exec strip -g {} \;
81- RUN find ./python/lib/$runtime/site-packages/ddtrace -name "*.so" -exec strip -g {} \;
80+ RUN find ./python/lib/$runtime/site-packages -name "*.so" -exec strip -g {} \;
81+ # RUN find ./python/lib/$runtime/site-packages/ddtrace -name "*.so" -exec strip -g {} \;
8282
8383FROM scratch
8484COPY --from=builder /build/python /
You can’t perform that action at this time.
0 commit comments