From bda1a375d7d26904645222ca5bccf7e90a9c6364 Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 30 Jun 2026 08:53:38 +0200 Subject: [PATCH] feat(patches): pass patch registry to bincraft build calls --- local/build-all.R | 1 + local/build-one.R | 1 + 2 files changed, 2 insertions(+) diff --git a/local/build-all.R b/local/build-all.R index 6c3725c..c0fe7f7 100644 --- a/local/build-all.R +++ b/local/build-all.R @@ -140,6 +140,7 @@ mapply( metadata_db_sslmode = "require", metadata_db_port = 15432, archive = TRUE, + patches = "local/patches", upload = TRUE, store_build_metadata = TRUE ) diff --git a/local/build-one.R b/local/build-one.R index f2d6ebd..07c0b6a 100644 --- a/local/build-one.R +++ b/local/build-one.R @@ -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,