You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): gate Unix-only dependencies to enable Windows MSVC builds
Move `tikv-jemallocator` to a Unix-only target dependency (it requires
autoconf which is unavailable with MSVC). Enable `rdkafka/cmake_build`
on Windows via a target-specific dependency entry so rdkafka builds
using cmake instead of the Unix autotools path. Gate `sources-dnstap`
module declarations on Unix to match the Unix-only `framestream` crate
it depends on. Add `#[cfg(unix)]` to jemalloc allocator blocks in
`src/lib.rs`.
Tested on Windows with Cyrus SASL installed via MSYS2.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments