DataDog / datadog-lambda-python

The Datadog AWS Lambda Layer for Python
https://docs.datadoghq.com/integrations/amazon_lambda/#installing-and-using-the-datadog-layer
Apache License 2.0
84 stars 45 forks source link

Remove extra ddtrace source files. #481

Closed purple4reina closed 5 months ago

purple4reina commented 5 months ago

What does this PR do?

Removes \*.c \*.cpp \*.cc \*.h \*.hpp \*.pyx files from ddtrace during build.

Motivation

When building ddtrace from a branch, it does not perform all the build steps that it would when publishing to PyPI. A missing step is to remove extra source files.

Testing Guidelines

Make sure integration tests pass.

Additional Notes

Types of Changes

Check all that apply