Commit 3ba78bc
committed
fix(ci,bench): cross-compile abi3, Windows fcntl import, pre-commit cargo
- diffctx/Cargo.toml: enable pyo3 abi3-py310 — arm64 cross-compile no
longer needs a target python interpreter (was blocking bench-image
build at maturin --interpreter python3 lookup)
- benchmarks/common.py: defer fcntl import into _bare_repo_lock so
Windows test matrix can import patch_files without ModuleNotFoundError
- .pre-commit-config.yaml: split cargo test the same way CI does
(lib in dev, yaml_cases in release) — release+abort+test harness
conflict surfaces here too
- QA.md: document panic=abort/cargo-test interaction, abi3 cross-compile,
SonarCloud Bearer auth, recurring rule patterns1 parent fe4d217 commit 3ba78bc
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
278 | 284 | | |
279 | 285 | | |
280 | 286 | | |
| |||
0 commit comments