From 4b2ee25e32784dffed3ebdd84f3f5d8871ac7e8c Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 29 Aug 2024 17:13:43 +0200 Subject: [PATCH] progressr support --- .woodpecker/update-package-index.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/update-package-index.yaml b/.woodpecker/update-package-index.yaml index 9d11a63..1d7d69f 100644 --- a/.woodpecker/update-package-index.yaml +++ b/.woodpecker/update-package-index.yaml @@ -6,9 +6,9 @@ skip_clone: true matrix: include: - # - PLATFORM: redhat-9 - # - PLATFORM: redhat-8 - # - PLATFORM: ubuntu-2404 + - PLATFORM: redhat-9 + - PLATFORM: redhat-8 + - PLATFORM: ubuntu-2404 - PLATFORM: ubuntu-2204 # - PLATFORM: alpine-320 steps: @@ -31,7 +31,7 @@ steps: - R -q -e 'devtools::install(); packageVersion("rBinaries")' - R -q -e 'pak::pak(c("dyfanjones/s3fs", "pat-s/desc@description-from-remote", "pat-s/cranlike@s3"))' - cd /mnt/cache/packages - - R -q -e 'options(crayon.enabled = TRUE); library(rBinaries); future::plan("multisession", workers = 15); upload_package_index()' + - R -q -e 'options(crayon.enabled = TRUE); library(rBinaries); future::plan("multisession", workers = 15); library(progressr); handlers(global = TRUE); handlers("progress"); upload_package_index()' backend_options: kubernetes: resources: