Commit 1258970
apacheGH-49493: [C++][Python] Add OpenTelemetry to our CMakePresets when bulding python-maximal (apache#49494)
### Rationale for this change
OpenTelemetry can be enabled when building Python. It is currently missing from the `CMakePresets.json`
### What changes are included in this PR?
Add a `features-opentelemetry` which is added as part of `features-python-maximal`. This one is used for `ninja-debug-maximal` or other maximal features.
### Are these changes tested?
I tested locally with `ninja-debug-maximal` and validated that OpenTelemetry was enabled. I don't think we test our presets on CI (at least I haven't been able to find any `--preset ` presence)
### Are there any user-facing changes?
If a user is building using presets, now OpenTelemetry will be built, as expected.
* GitHub Issue: apache#49493
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>1 parent 66a7f74 commit 1258970
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
134 | 142 | | |
135 | 143 | | |
136 | 144 | | |
| |||
162 | 170 | | |
163 | 171 | | |
164 | 172 | | |
| 173 | + | |
165 | 174 | | |
166 | 175 | | |
167 | 176 | | |
| |||
0 commit comments