• Joined on 2025-04-21
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 22:28:40 +00:00
7ca1b6e5c6
fix: remove pak::sysreqs_db_update() from matrix step, already cached by install-deps
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 22:17:17 +00:00
7bd77a2873
fix: stop wiping entire R-pkgs cache, only clean locks and bincraft now that cache is rebuilt
e062c58185
fix: restore pak::sysreqs_db_update() in matrix step and pre-cache it in install-deps
Compare 2 commits »
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 22:08:01 +00:00
18a8f2dc54
fix: install packages-to-build.R deps (RPostgres, s3fs, data.table, future) in install-deps step
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 22:06:34 +00:00
0c4b56262c
fix: remove redundant pak::sysreqs_db_update() from matrix step to reduce memory pressure
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 22:01:23 +00:00
f3d71a1112
fix: wipe entire R-pkgs cache to rebuild from scratch after corruption from failed installs
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:58:59 +00:00
11c4071c0d
fix: remove future multisession to avoid fork memory failures with parallel matrix jobs
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:56:54 +00:00
d5f7ecc0b4
fix: skip dependency upgrades in install-deps step to avoid memory issues
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:55:37 +00:00
272275e868
refactor: move bincraft install to separate pre-matrix pipeline step
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:49:52 +00:00
08070ce62f
test: use sequential lapply instead of future multisession to rule out fork memory issue
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:42:10 +00:00
0aba224c11
fix: install bincraft to per-job /tmp/R-libs to avoid shared cache conflicts between parallel matrix builds
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:37:45 +00:00
0efe1d3485
fix: remove cached bincraft dir before install to avoid pak metadata conflict
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:35:44 +00:00
978eb42e2a
fix: skip dependency upgrades when installing bincraft with pak::local_install()
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:27:59 +00:00
7d58aa7e59
fix: use pak::local_install() from cloned path to avoid git URL resolution bug
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:25:56 +00:00
fee3e4ca94
fix: install bincraft via git clone + R CMD INSTALL --no-deps to avoid dependency rebuild and lock conflicts
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:24:34 +00:00
9ce6b0b4e1
fix: remove old bincraft before reinstall to avoid RemoteType metadata conflict
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:22:59 +00:00
3fbf4ca1f8
fix: force reinstall bincraft to bypass RemoteType mismatch with pak
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:21:18 +00:00
2f81bd6be5
fix: clean stale R package lock dirs before installing bincraft
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:19:59 +00:00
1b24fa731a
fix: install remotes package if missing before installing bincraft
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:19:06 +00:00
c9040ee50a
fix: use remotes::install_git() instead of pak::pak() for bincraft installation
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 21:16:42 +00:00
36c69e983f
chore: always update bincraft at build start instead of using cached version