[Breaking][jvm-packages] Bump rapids version to 22.12.0 (#8648)

* [jvm-packages] Bump rapids version to 22.12.0

This PR bumps spark version to 3.1.1 and the rapids version
to 22.12.0, which results in the latest xgboost can't run
with the old rapids packages.
This commit is contained in:
Bobby Wang
2023-01-07 18:59:17 +08:00
committed by GitHub
parent 06a1cb6e03
commit 4e12f3e1bc
6 changed files with 37 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ set -x
CUDA_VERSION=11.0.3
RAPIDS_VERSION=22.10
SPARK_VERSION=3.0.1
SPARK_VERSION=3.1.1
JDK_VERSION=8
if [[ -z ${BUILDKITE:-} ]]