Skip to content

Conversation

@florentinl
Copy link
Contributor

@florentinl florentinl commented Feb 3, 2026

What does this PR do?

This PR fixes the sed command in the build_layers.yml job. The sed command is in multiline mode (-z) so matching ^ddtrace = .*$ matches only ddtrace = at the start of the file and thus does nothing. Therefore, the resulting build contains the released version of dd-trace-py instead of the dev one.

Motivation

Testing Guidelines

Looking at job logs, the wheel is correctly picked up:
image

Additional Notes

Types of Changes

  • Bug fix
  • New feature
  • Breaking change
  • Misc (docs, refactoring, dependency upgrade, etc.)

Check all that apply

  • This PR's description is comprehensive
  • This PR contains breaking changes that are documented in the description
  • This PR introduces new APIs or parameters that are documented and unlikely to change in the foreseeable future
  • This PR impacts documentation, and it has been updated (or a ticket has been logged)
  • This PR's changes are covered by the automated tests
  • This PR collects user input/sensitive content into Datadog
  • This PR passes the integration tests (ask a Datadog member to run the tests)

@florentinl florentinl requested review from a team as code owners February 3, 2026 09:04
@florentinl florentinl marked this pull request as draft February 3, 2026 09:04
@florentinl florentinl marked this pull request as ready for review February 3, 2026 09:28
@florentinl florentinl closed this Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants