build-cran-binaries/local
Repository files (latest commit first)
Filename Latest commit message Latest commit date
pat-s d668dd96c2
feat(build): skip already-built package versions on workflow restart
build-all reads a static pkgs_to_build.rds produced once by the install-deps
step, so a restarted build job re-cycles every package an interrupted run
already produced. Query the build-metadata DB at job start and drop the
(Package, Version) pairs already built successfully for this platform/arch,
so a restart only processes what is genuinely left.

Relies on bincraft writing the success row only after a confirmed S3 upload
(rpkgs/bincraft#56), so a DB success guarantees the binary is published.
2026-06-16 09:04:17 +02:00
..
archive-missed-pkgs.R chore: cleanup workflows 2025-06-17 21:03:49 +02:00
build-all.R feat(build): skip already-built package versions on workflow restart 2026-06-16 09:04:17 +02:00
check-cdn-cache.sh add alpine321 to scripts 2024-12-29 10:18:55 +01:00
check-NA.R update local/ scripts 2024-11-25 10:04:23 +01:00
debug-packages-writing.R feat: migrate to hel1 location 2025-04-29 16:48:57 +02:00
detect-duplicates.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
excluded-packages.json refactor: single source of truth for excluded packages (#79) 2026-06-08 08:30:19 +00:00
fetch-rebuild-packages-from-issue.R fix: audit workflows 2026-04-21 21:54:48 +02:00
label-removed-cran-packages.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
last-processed-by-platform.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
missing-cran-packages-db.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
missing-cran-packages.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
missing-packages-in-index.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
packages-to-build.R fix: save S3 listing in precompute step, avoid loading s3fs in build step 2026-04-17 20:05:26 +02:00
packages-without-any-binary.R dummy change 2025-01-11 12:02:12 +01:00
weekly-missing-binaries-audit.R fix: audit workflows 2026-04-21 21:54:48 +02:00