rhel-8: use newer libgit2 sysdep

This commit is contained in:
Patrick Schratz 2025-01-13 17:03:05 +01:00
commit e51bec4376
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -33,6 +33,7 @@ steps:
commands:
- git clone https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-binaries.git .
- rm -rf /mnt/cache/packages/*
- rm -rf /mnt/cache/R-pkgs/gert /mnt/cache/R-pkgs/git2r /mnt/cache/R-pkgs/pkgbuild /mnt/cache/R-pkgs/processx /mnt/cache/R-pkgs/curl
- R -q -e 'pak::pak("git::https://gitlab.com/devxy/r-package-binaries/bincraftr.git")'
- R -q -e 'pak::pak("pat-s/cranlike@s3")'
- R -q -e 'packageVersion("bincraftR")'