This commit is contained in:
Patrick Schratz 2024-07-09 14:46:00 +02:00
commit 928efe2f61
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -17,3 +17,8 @@ build-r-rhel-9 R_VERSION:
export PLATFORM=rhel-9; \
export R_VERSION={{R_VERSION}}; \
make build-r-$PLATFORM
build-r-opensuse-155 R_VERSION:
export PLATFORM=opensuse-155; \
export R_VERSION={{R_VERSION}}; \
make build-r-$PLATFORM