File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ pip-log.txt
3535.eggs /
3636.env /
3737.idea /
38-
38+ pub_layer.sh
3939
4040** /.serverless /
4141
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ 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 --strip-unneeded {} \;
80+ RUN find ./python/lib/$runtime/site-packages -name "*.so" -exec strip -x {} \;
8181# RUN find ./python/lib/$runtime/site-packages/ddtrace -name "*.so" -exec strip -g {} \;
8282
8383FROM scratch
You can’t perform that action at this time.
0 commit comments