feat: R-minor-sensitive binary builds (full + iterative) #84

Merged
pat-s merged 15 commits from t3code/69b1319c into main 2026-06-14 08:04:41 +00:00

2026-06-13

Merge main into t3code/69b1319c
Resolve process-updates conflicts: keep main's simplified cache-cleanup
(#76) and this branch's bincraft v4.2.0 pin + classifier/multi-R additions.
2026-06-13 21:59:57 +02:00
chore: pin bincraft 4.2.0 and drop superseded standalone r-minor workflow
Bumps the bincraft git-tag pin and version guard from v4.1.1 to v4.2.0 across
all .crow workflows, removes .crow/build-r-minor-sensitive-packages.yaml (now
superseded by the integrated full + iterative flow), and drops its now-orphaned
hook-exclude entries.
2026-06-13 21:45:18 +02:00
docs: implementation plans for R-minor-sensitive builds
Split into two sequenced plans: bincraft 4.2.0 enhancements (per-minor index +
classifier-driven process_cran_updates) and the pipeline integration (full +
iterative). Spec revised to classify at the orchestration layer instead of a
build_binary_package "auto" mode.
2026-06-13 19:10:55 +02:00
docs: design for R-minor-sensitive binary builds
Spec for integrating bincraft's ABI classifier (PR #49) into the iterative
and full build pipelines so only R-minor-sensitive packages are built per
installed R minor, leveraging the multi-R exec-env images.
2026-06-13 18:53:17 +02:00