[CI] Use RAPIDS 22.10 (#8298)
* [CI] Use RAPIDS 22.10 * Store CUDA and RAPIDS versions in one place * Fix * Add missing #include * Update gputreeshap submodule * Fix * Remove outdated distributed tests
This commit is contained in:
committed by
GitHub
parent
37886a5dff
commit
ca0547bb65
@@ -2,13 +2,12 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
CUDA_VERSION=11.0.3
|
||||
WHEEL_TAG=manylinux2014_x86_64
|
||||
|
||||
echo "--- Build with CUDA ${CUDA_VERSION}"
|
||||
|
||||
source tests/buildkite/conftest.sh
|
||||
|
||||
echo "--- Build with CUDA ${CUDA_VERSION}"
|
||||
|
||||
if [[ ($is_pull_request == 1) || ($is_release_branch == 0) ]]
|
||||
then
|
||||
arch_flag="-DGPU_COMPUTE_VER=75"
|
||||
|
||||
Reference in New Issue
Block a user