refactor(build-one): delegate ABI classification to bincraft #136

Merged
pat-s merged 1 commit from t3code/github-app-rate-limits into main 2026-07-20 17:06:36 +00:00

2026-07-20

refactor(build-one): delegate ABI classification to bincraft
Replace the per-version git clone of github.com/cran plus
bincraft::needs_per_minor_recompile() with a single call to the newly exported
bincraft::classify_r_minor_sensitive(). That classifier now fetches the CRAN
source tarball (no GitHub) and caches its verdict in the metadata database, so
repeated runs and new-OS rebuilds reuse it instead of recomputing.
2026-07-20 16:47:24 +00:00