feat: patch registry + wiring for per-package patching #103

Merged
pat-s merged 12 commits from t3code/patch-packages-before-build into main 2026-06-30 08:50:20 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit bda1a375d7 - Show all commits

feat(patches): pass patch registry to bincraft build calls

Patrick Schratz 2026-06-30 08:53:38 +02:00
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -140,6 +140,7 @@ mapply(
metadata_db_sslmode = "require",
metadata_db_port = 15432,
archive = TRUE,
patches = "local/patches",
upload = TRUE,
store_build_metadata = TRUE
)

View file

@ -103,6 +103,7 @@ for (ver in versions) {
force = TRUE,
upload = TRUE,
archive = TRUE,
patches = "local/patches",
store_build_metadata = TRUE,
s3_endpoint = s3$s3_endpoint,
s3_region = s3$s3_region,