File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
3131RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
3232RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
3333RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
34+ RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_ast/iastpatch*.so
3435RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
3536RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
3637# _stack_v2 may not exist for some versions of ddtrace (e.g. under python 3.13)
Original file line number Diff line number Diff line change 99
1010set -e
1111MAX_LAYER_COMPRESSED_SIZE_KB=$( expr 17 \* 1024 / 2) # 8704 KB
12- MAX_LAYER_UNCOMPRESSED_SIZE_KB=$( expr 23 \* 1024) # 23552 KB
12+ MAX_LAYER_UNCOMPRESSED_SIZE_KB=$( expr 22 \* 1024) # 22528 KB
1313
1414
1515LAYER_FILES_PREFIX=" datadog_lambda_py"
You can’t perform that action at this time.
0 commit comments