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
fixup: Force sequential jemalloc build for x86_64 reproducibility
Set MAKEFLAGS=-j1 to force sequential build of vendored jemalloc in
tikv-jemallocator. The vendored jemalloc has race conditions during
parallel builds causing non-deterministic symbol generation on x86_64
(NixOS/nixpkgs#380852).
Using MAKEFLAGS instead of NUM_JOBS ensures only the make invocation
for jemalloc is affected, while Cargo continues to build Rust crates
in parallel.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments