• Joined on 2025-04-21
pat-s created branch feat/build-precondition-optimization in devxy/build-cran-binaries 2026-04-17 16:24:12 +00:00
pat-s closed pull request devxy/build-cran-binaries#60 2026-04-15 08:13:29 +00:00
chore(deps): update reg.devxy.io/rpkgs/build-env-redhat docker tag to v9
pat-s pushed to main at devxy/build-cran-binaries 2026-04-15 08:13:20 +00:00
9330bef97c
chore: adjust matrix split counts for amd64 and arm64 builds
5293967137
feat: run incremental package index update after each process-updates workflow
Compare 2 commits »
pat-s pushed to main at devxy/build-cran-binaries 2026-04-12 17:07:46 +00:00
a27011d049
chore: 4-way split for amd
pat-s pushed to main at devxy/build-cran-binaries 2026-04-12 07:22:39 +00:00
360aa45e90
fix: replace colon in error message to avoid YAML parsing issue in rebuild workflows
5d9bdbb3a9
feat: add 14 weekly rebuild workflows for all platform/arch combos
10aeffd9fa
feat: add 14 weekly audit workflows for all platform/arch combos
ffb8c42511
feat: add weekly missing binaries audit R script
84f59682eb
feat: add excluded-packages.json for weekly missing binaries workflow
Compare 7 commits »
pat-s pushed to main at devxy/build-cran-binaries 2026-04-11 08:21:10 +00:00
14950a6bfc
refactor: chain update-package-index workflows sequentially to avoid overwhelming S3 endpoint
pat-s pushed to main at devxy/build-cran-binaries 2026-04-11 07:49:48 +00:00
a64dea6b23
refactor: separate install-deps workflows for arch
pat-s pushed to main at devxy/build-cran-binaries 2026-04-11 07:47:23 +00:00
1c1bfb5f6d
chore: align arm64 workflow
ce8d74d0eb
refactor: apply same build improvements to arm64 workflow
Compare 2 commits »
pat-s pushed to main at devxy/build-cran-binaries 2026-04-10 18:16:09 +00:00
9ff676a5cb
chore: don't clean cache
4b27430270
fix: use weston instead of mutter as Wayland compositor to reduce memory usage
Compare 2 commits »
pat-s pushed to main at devxy/build-cran-binaries 2026-04-10 15:48:54 +00:00
4892497c76
fix: redirect R message stream to stdout to bypass xwfb-run stderr swallowing
pat-s pushed to main at devxy/build-cran-binaries 2026-04-10 15:30:42 +00:00
112bc60ec2
debug: add per-package progress output to stdout to diagnose hang vs buffering
pat-s pushed to main at devxy/build-cran-binaries 2026-04-10 14:22:00 +00:00
270843eaf9
refactor: precompute package list in install-deps step to reduce matrix job memory usage
pat-s pushed to main at devxy/build-cran-binaries 2026-04-10 14:04:56 +00:00
e53f11a896
fix: one-time full R-pkgs cache wipe to fix corrupted .so files from previous failed builds
pat-s pushed to main at devxy/build-cran-binaries 2026-04-10 13:02:30 +00:00
858f13140b
fix: clear pak cache before installing bincraft to ensure new version is picked up
pat-s pushed to main at devxy/build-cran-binaries 2026-04-10 10:43:21 +00:00
6da70e5074
fix: use unique X server number per matrix job to prevent Xwayland collisions
pat-s pushed to main at devxy/build-cran-binaries 2026-04-10 10:41:26 +00:00
3f985b3bc7
fix: use plan('sequential') instead of removing future, bincraft needs it internally for future_mapply
pat-s pushed to main at devxy/build-cran-binaries 2026-04-10 10:37:59 +00:00
f831db042c
fix: use plan('multisession') instead of plan('sequential') for future_mapply compatibility
pat-s pushed to main at devxy/build-cran-binaries 2026-04-10 06:18:57 +00:00
1ff6a0c32a
fix: use plan('sequential') instead of removing future, bincraft needs it internally for future_mapply
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 22:33:46 +00:00
9adb28b65e
debug: add flush markers to pinpoint where matrix build hangs
pat-s pushed to main at devxy/build-cran-binaries 2026-04-09 22:33:01 +00:00
bf5c2b116b
debug: add flush markers to pinpoint where matrix build hangs