Skip to content

Commit 8f09973

Browse files
authored
refactor: decompose build_context into focused submodules (#3076)
Split `build_context/mod.rs` (1118 lines) into three focused files: - mod.rs (255 lines): struct definition, `build_wheels()` dispatch, platform tags, excludes — the orchestrator - wheels.rs (497 lines): all bridge-specific wheel builders (pyo3/abi3/cffi/uniffi/bin) and the shared `write_wheel` pipeline - repair.rs (396 lines): auditwheel policy checking, external lib grafting, rpath patching, artifact staging, reflink helpers Pure code-motion refactor, no logic changes, no public API changes.
1 parent ecdedbf commit 8f09973

3 files changed

Lines changed: 905 additions & 873 deletions

File tree

0 commit comments

Comments
 (0)