Commit 83f437f
fix(pecl): include libdatadog buildscript/ files in RUST_FILES
libdd-libunwind-sys/build.rs uses #[path = "buildscript/linux.rs"] to include
platform-specific build logic, but the RUST_FILES find filter in the Makefile
only matched */src*, */build.rs, etc. — not */buildscript*.
The generated pecl .tgz therefore lacked buildscript/{linux,macos,windows}.rs,
causing "couldn't read libdd-libunwind-sys/buildscript/linux.rs: No such file"
when pecl install tried to compile the Rust code.
Add -path "*/buildscript*" to the find filter.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 21c0c9c commit 83f437f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments