[CI] Update R version on Linux. (#9835)

This commit is contained in:
Jiaming Yuan
2023-12-02 11:03:17 +08:00
committed by GitHub
parent 2d8c67d6dc
commit e78b46046e
3 changed files with 16 additions and 10 deletions

View File

@@ -7,7 +7,9 @@ source tests/buildkite/conftest.sh
echo "--- Build XGBoost R package with CUDA"
tests/ci_build/ci_build.sh gpu_build_r_centos7 docker \
--build-arg CUDA_VERSION_ARG=${CUDA_VERSION} tests/ci_build/build_r_pkg_with_cuda.sh \
--build-arg CUDA_VERSION_ARG=${CUDA_VERSION} \
--build-arg R_VERSION_ARG=${R_VERSION} \
tests/ci_build/build_r_pkg_with_cuda.sh \
${BUILDKITE_COMMIT}
if [[ ($is_pull_request == 0) && ($is_release_branch == 1) ]]

View File

@@ -27,6 +27,7 @@ NCCL_VERSION=2.16.5-1
RAPIDS_VERSION=23.10
SPARK_VERSION=3.4.0
JDK_VERSION=8
R_VERSION=4.3.2
if [[ -z ${BUILDKITE:-} ]]
then