From bd793868bf4863821463e48df5c176cd92b2de03 Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 26 May 2026 10:40:59 +0200 Subject: [PATCH] fix(ci): add missing packageVersion(bincraft) diagnostic in update-package-index-redhat-8-amd64 The amd64 variant of the redhat-8 package-index workflow was missing the packageVersion("bincraft") diagnostic line that every sibling file (including its arm64 counterpart) runs after pak install. --- .crow/update-package-index-redhat-8-amd64.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.crow/update-package-index-redhat-8-amd64.yaml b/.crow/update-package-index-redhat-8-amd64.yaml index f0c80e4..c236afe 100644 --- a/.crow/update-package-index-redhat-8-amd64.yaml +++ b/.crow/update-package-index-redhat-8-amd64.yaml @@ -47,6 +47,7 @@ steps: - /opt/R/${R_VERSION}/bin/R -q -e 'pak::pak("git::https://codefloe.com/rpkgs/bincraft.git")' - /opt/R/${R_VERSION}/bin/R -q -e 'pak::pak("pat-s/cranlike@s3")' - /opt/R/${R_VERSION}/bin/R -q -e 'pak::pak("pat-s/desc@description-from-remote")' + - /opt/R/${R_VERSION}/bin/R -q -e 'packageVersion("bincraft")' - cd /mnt/cache/packages - /opt/R/${R_VERSION}/bin/R -q -e 'options(crayon.enabled = TRUE); library(bincraft); future::plan("multisession", workers = 4); library(progressr); handlers(global = TRUE); handlers("progress"); upload_package_index(codename = "rhel8", s3_endpoint = "https://s3.eu-central-003.backblazeb2.com", s3_region = "eu-central-003", s3_bucket = "devxy-rpkgs-binaries", s3_access_key_id = Sys.getenv("B2_S3_ACCESS_KEY"), s3_secret_access_key = Sys.getenv("B2_S3_SECRET_KEY"))' backend_options: