Skip to content

Commit f4338f9

Browse files
docs(releasenotes): note opt-in native heap gotter wheel build
Document setup.py gate: gotter cdylib ships only when DD_PROFILING_NATIVE_HEAP_ENABLED=1 at build time; musl always skips.
1 parent a86da7a commit f4338f9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
profiling: ``libdd_heap_gotter`` is now included in Linux wheels only when the
5+
wheel is built with ``DD_PROFILING_NATIVE_HEAP_ENABLED=1``. Default packaging
6+
builds omit the cdylib. Musllinux and Alpine sdist builds always skip the
7+
gotter cargo build even when that env var is set.

0 commit comments

Comments
 (0)