Commit 46aad4b
Fix compile_rust.sh copy and Windows build
compile_rust.sh: only copy datadog-ipc-helper when CARGO_TARGET_DIR is
absolute. build-sidecar.sh uses a relative 'target' dir and doesn't
need the binary placed in modules/; the unconditional cp was failing
because cargo's output is relative to the workspace root (one level
above components-rs/) while cp was called from inside components-rs/.
libdatadog: add IntoRawHandle to spawn_worker Windows imports so that
into_raw_handle() is in scope on Windows builds.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 18e4a0c commit 46aad4b
2 files changed
+13
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
61 | 68 | | |
Submodule libdatadog updated 1 file
0 commit comments