r-builds/build.sh
2024-06-10 10:02:34 +02:00

22 lines
298 B
Shell

export PLATFORM=ubuntu-2004
export R_VERSION=4.3.3
make build-r-$PLATFORM
export PLATFORM=ubuntu-2204
export R_VERSION=4.3.3
make build-r-$PLATFORM
export PLATFORM=centos-8
export R_VERSION=4.3.3
make build-r-$PLATFORM
export PLATFORM=rhel-9
export R_VERSION=4.3.3
make build-r-$PLATFORM