From f3d71a1112f296718e505e6279a5b03845ef4670 Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 10 Apr 2026 00:01:16 +0200 Subject: [PATCH] fix: wipe entire R-pkgs cache to rebuild from scratch after corruption from failed installs --- .crow/build-all-versions-install-deps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.crow/build-all-versions-install-deps.yaml b/.crow/build-all-versions-install-deps.yaml index 2b4f3e7..a192f27 100644 --- a/.crow/build-all-versions-install-deps.yaml +++ b/.crow/build-all-versions-install-deps.yaml @@ -23,10 +23,10 @@ steps: volumes: - ${ARCH}-binaries-r-dep-cache-${OS}-${OS_VERSION//./}:/mnt/cache commands: - - rm -rf /mnt/cache/R-pkgs/00LOCK-* /mnt/cache/R-pkgs/bincraft + - rm -rf /mnt/cache/R-pkgs - mkdir -p /mnt/cache/pkgcache /mnt/cache/R-pkgs /mnt/cache/ccache /mnt/cache/packages - git clone -q https://codefloe.com/rpkgs/bincraft.git /tmp/bincraft - - R -q -e 'pak::local_install("/tmp/bincraft", upgrade = FALSE); packageVersion("bincraft")' + - R -q -e 'pak::local_install("/tmp/bincraft"); packageVersion("bincraft")' backend_options: docker: resources: